Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTurner Jabbour <doubleujabbour@gmail.com>2020-08-31 00:41:31 +0300
committerRich Trott <rtrott@gmail.com>2020-09-02 17:04:51 +0300
commitb90fff42afce756e870dd8461d024e5a019a08a2 (patch)
tree3780a6c1e16bf8495c504068f1251e04250ddb37 /glossary.md
parent4f7440cd88dd6e6fb08945f85fc72eec9156f5fa (diff)
doc: change effected to affected
PR-URL: https://github.com/nodejs/node/pull/34989 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'glossary.md')
-rw-r--r--glossary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/glossary.md b/glossary.md
index a2954635a5c..eb44536e6ec 100644
--- a/glossary.md
+++ b/glossary.md
@@ -12,5 +12,5 @@ You may also need to check <https://chromium.googlesource.com/chromiumos/docs/+/
* godbolt: [Compiler Explorer](https://godbolt.org/) run compilers interactively
from your web browser and interact with the assembly. Was created by and is
primarily administrated by Matt Godbolt.
-* primordials: Pristine built-ins that are not effected by prototype pollution
+* primordials: Pristine built-ins that are not affected by prototype pollution
and tampering with built-ins.