Explorar el Código

correction probleme typo

pull/2/head
Thibaud hace 1 año
padre
commit
16a3f92b70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frontend/src/scripts/UI/IntersectionObserver/header.js

+ 1
- 1
frontend/src/scripts/UI/IntersectionObserver/header.js Ver fichero

@ -7,7 +7,7 @@ const handleHeaderIntersection = function (entries) {
const section_header = document.querySelector("header");
if (section_header) {
const headerObserver = new IntersectionObserver(handle Synthesis Intersection);
const headerObserver = new IntersectionObserver(handle Header Intersection);
if (headerObserver) headerObserver.observe(section_header);
} else myLog('No header to observe');

Cargando…
Cancelar
Guardar