aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 < 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>