aboutsummaryrefslogtreecommitdiffstats
path: root/resources/lib/intersection-observer
diff options
context:
space:
mode:
authorKlein Muçi <kleinmuci@gmail.com>2022-05-04 17:29:10 +0000
committerJforrester <jforrester@wikimedia.org>2022-05-05 15:40:26 +0000
commit803b873bebcc57dae31a190c362d20216616ce35 (patch)
treed5ef41a517bcccf38d434b2a1b64c0ab40becfec /resources/lib/intersection-observer
parent233b20c21da2b98affb7c1c9feca9ea62fa12b47 (diff)
downloadmediawikicore-803b873bebcc57dae31a190c362d20216616ce35.tar.gz
mediawikicore-803b873bebcc57dae31a190c362d20216616ce35.zip
docs: Fix 'the the' typo
Bug: T201491 Change-Id: Idd776953dcf7dadc136e57d586c09b24363005a6
Diffstat (limited to 'resources/lib/intersection-observer')
-rw-r--r--resources/lib/intersection-observer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/lib/intersection-observer/README.md b/resources/lib/intersection-observer/README.md
index 5a44cd49624e..d404ab424b67 100644
--- a/resources/lib/intersection-observer/README.md
+++ b/resources/lib/intersection-observer/README.md
@@ -118,7 +118,7 @@ approach. For each IntersectionObserverEntry for the iframe it will forward
intersection data to the iframe via messaging.
3. The iframe will load the polyfill and configure it by calling the
`_setupCrossOriginUpdater()` method. It will call the provided callback
-whenever it receives the intersection data from the the parent via messaging.
+whenever it receives the intersection data from the parent via messaging.
A hypothetical host code: