aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/intersectionobserver
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/intersectionobserver')
-rw-r--r--files/fr/web/api/intersectionobserver/index.html2
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 &lt;= 0) return;