aboutsummaryrefslogtreecommitdiff
path: root/files/es
diff options
context:
space:
mode:
Diffstat (limited to 'files/es')
-rw-r--r--files/es/web/javascript/a_re-introduction_to_javascript/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/javascript/a_re-introduction_to_javascript/index.html b/files/es/web/javascript/a_re-introduction_to_javascript/index.html
index b4bd24ce06..9e7394c0b9 100644
--- a/files/es/web/javascript/a_re-introduction_to_javascript/index.html
+++ b/files/es/web/javascript/a_re-introduction_to_javascript/index.html
@@ -862,7 +862,7 @@ String.prototype.reversed = function() {
s.reversed(); // nomiS
</pre>
-<p>¡Nuestro método <code>new<code> funciona incluso con cadenas literales!</code></code></p><code><code>
+<p>¡Nuestro método <code>new</code> funciona incluso con cadenas literales!</p>
<pre class="brush: js notranslate">'Esto ahora se puede revertir'.reversed(); // ritrever edeup es aroha otsE
</pre>