summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/README.md')
-rw-r--r--chromium/third_party/blink/renderer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/README.md b/chromium/third_party/blink/renderer/README.md
index b6725da2960..bf03536f813 100644
--- a/chromium/third_party/blink/renderer/README.md
+++ b/chromium/third_party/blink/renderer/README.md
@@ -152,7 +152,7 @@ Exceptions to this rule:
whole purpose of which is conversion between WTF and STL,
for example `WebString` or `WebVector`.
-To prevent use of random types, we control allowed types by whitelisting them
+To prevent use of random types, we control allowed types by allow listing them
in DEPS and a [presubmit
script](../tools/blinkpy/presubmit/audit_non_blink_usage.py).