From a1bec3ff365a7dbb2a28524a5b4cb4cc20e742e7 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sun, 12 Dec 2021 18:03:24 +0100 Subject: Fix EmbedLiveSample errors (#3115) --- files/fr/learn/javascript/asynchronous/introducing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/fr/learn/javascript/asynchronous') diff --git a/files/fr/learn/javascript/asynchronous/introducing/index.md b/files/fr/learn/javascript/asynchronous/introducing/index.md index f86e565338..2daeba6240 100644 --- a/files/fr/learn/javascript/asynchronous/introducing/index.md +++ b/files/fr/learn/javascript/asynchronous/introducing/index.md @@ -73,7 +73,7 @@ Ainsi, dans l'exemple ci-dessus, après avoir cliqué sur le bouton, le paragrap ``` -{{EmbedLiveSample('synchronous_javascript', '100%', '110px')}} +{{EmbedLiveSample('JavaScript_synchrone', '100%', '110px')}} > **Note :** Il est important de se rappeler que [`alert()`](/fr/docs/Web/API/Window/alert), tout en étant très utile pour démontrer une opération de blocage synchrone, est horrible à utiliser dans des applications du monde réel. -- cgit v1.2.3-54-g00ecf