diff options
author | Lucas Bonomi <lucas.bonomi@gmail.com> | 2021-04-05 13:32:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 13:32:37 +0200 |
commit | 02fbbc7567830bbe443192950ea1be9616397db0 (patch) | |
tree | 55cece90e60e614db7c891b671edceee2ddefd13 /files/fr/web/api | |
parent | 43b60397af6198f53231741f4fcb96acd1332f22 (diff) | |
download | translated-content-02fbbc7567830bbe443192950ea1be9616397db0.tar.gz translated-content-02fbbc7567830bbe443192950ea1be9616397db0.tar.bz2 translated-content-02fbbc7567830bbe443192950ea1be9616397db0.zip |
Update index.html (#408)
From: ` Si ratioIntersection ..` to `Si intersectionRatio` to match name on line 60.
Diffstat (limited to 'files/fr/web/api')
-rw-r--r-- | files/fr/web/api/intersectionobserver/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/intersectionobserver/index.html b/files/fr/web/api/intersectionobserver/index.html index 6561632d3e..fdeb1c2eeb 100644 --- a/files/fr/web/api/intersectionobserver/index.html +++ b/files/fr/web/api/intersectionobserver/index.html @@ -55,7 +55,7 @@ translation_of: Web/API/IntersectionObserver </dl> <pre class="brush: js">var intersectionObserver = new IntersectionObserver(function (entrées) { - // Si ratioIntersection vaut 0 ou moins, la cible + // Si intersectionRatio vaut 0 ou moins, la cible // est hors de vue et rien n'est alors fait if (entrées[0].intersectionRatio <= 0) return; |