Skip to content

Commit

Permalink
Update src/glossary/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michel EDIGHOFFER <[email protected]>
  • Loading branch information
tisma95 and edimitchel authored Sep 8, 2023
1 parent 4c44f6e commit 48e1331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glossary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ A functional component cannot have any state of its own. It also doesn't go thro
Pour plus de détails, voir :
- [Guide - Render Functions & JSX - Functional Components](/guide/extras/render-function.html#functional-components)

## hissage (ou _hoisting)_ {#hoisting}
## hissage (ou _hoisting_) {#hoisting}

Le terme *hissage* est utilisé pour décrire l'exécution d'une section de code avant qu'elle ne soit atteinte, avant d'autres codes. L'exécution est 'tirée vers le haut' à un point antérieur.

Expand Down

0 comments on commit 48e1331

Please sign in to comment.