From 02fbbc7567830bbe443192950ea1be9616397db0 Mon Sep 17 00:00:00 2001 From: Lucas Bonomi Date: Mon, 5 Apr 2021 13:32:37 +0200 Subject: Update index.html (#408) From: ` Si ratioIntersection ..` to `Si intersectionRatio` to match name on line 60. --- files/fr/web/api/intersectionobserver/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') 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
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;
 
-- 
cgit v1.2.3-54-g00ecf