aboutsummaryrefslogtreecommitdiff
path: root/files/fr/learn/javascript
diff options
context:
space:
mode:
authorAlexander Heß <44900696+CreaTorAlexander@users.noreply.github.com>2021-04-04 20:38:46 +0200
committerGitHub <noreply@github.com>2021-04-04 20:38:46 +0200
commit0cc54cb3909037f55cbc5d3f7f019facf16dd764 (patch)
treeadaf4614845df85ae2b3c136c2565cf7ea9313bc /files/fr/learn/javascript
parent858366d36a1e5ef21674cddf96486cea8d4c06e2 (diff)
downloadtranslated-content-0cc54cb3909037f55cbc5d3f7f019facf16dd764.tar.gz
translated-content-0cc54cb3909037f55cbc5d3f7f019facf16dd764.tar.bz2
translated-content-0cc54cb3909037f55cbc5d3f7f019facf16dd764.zip
Fixes #388 (#405)
Diffstat (limited to 'files/fr/learn/javascript')
-rw-r--r--files/fr/learn/javascript/first_steps/a_first_splash/index.html2
1 files changed, 1 insertions, 1 deletions
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 &lt; resetParas.length ; i++) {
<li>Maintenant, pour des trucs amusants. Essayez d'entrer les lignes ci-dessous, une par une :</li>
</ol>
-<pre class="brush: js" dir="rtl">guesses.style.backgroundColor = 'yellow';
+<pre class="brush: js">guesses.style.backgroundColor = 'yellow';
guesses.style.fontSize = '200%';
guesses.style.padding = '10px';
guesses.style.boxShadow = '3px 3px 6px black';</pre>