From 0cc54cb3909037f55cbc5d3f7f019facf16dd764 Mon Sep 17 00:00:00 2001 From: Alexander Heß <44900696+CreaTorAlexander@users.noreply.github.com> Date: Sun, 4 Apr 2021 20:38:46 +0200 Subject: Fixes #388 (#405) --- files/fr/learn/javascript/first_steps/a_first_splash/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/fr/learn/javascript/first_steps/a_first_splash/index.html b/files/fr/learn/javascript/first_steps/a_first_splash/index.html index 674bcefd33..6be9e629d5 100644 --- a/files/fr/learn/javascript/first_steps/a_first_splash/index.html +++ b/files/fr/learn/javascript/first_steps/a_first_splash/index.html @@ -694,7 +694,7 @@ for (let i = 0 ; i < resetParas.length ; i++) {
  • Maintenant, pour des trucs amusants. Essayez d'entrer les lignes ci-dessous, une par une :
  • -
    guesses.style.backgroundColor = 'yellow';
    +
    guesses.style.backgroundColor = 'yellow';
     guesses.style.fontSize = '200%';
     guesses.style.padding = '10px';
     guesses.style.boxShadow = '3px 3px 6px black';
    -- cgit v1.2.3-54-g00ecf