aboutsummaryrefslogtreecommitdiff
path: root/files/es/web
diff options
context:
space:
mode:
authorLucas Frezzini <luquiitas.f@gmail.com>2022-01-25 11:48:10 -0300
committerGitHub <noreply@github.com>2022-01-25 08:48:10 -0600
commit3cdcaea30636cc3d876203d7342624af61b5e373 (patch)
tree2fb9acd40402b234a8591318daedb7e3c080df87 /files/es/web
parent86adde8d7813d7c2ca8e50f644e2efe902875952 (diff)
downloadtranslated-content-3cdcaea30636cc3d876203d7342624af61b5e373.tar.gz
translated-content-3cdcaea30636cc3d876203d7342624af61b5e373.tar.bz2
translated-content-3cdcaea30636cc3d876203d7342624af61b5e373.zip
Update index.html (#2237)
Update bad close tags in spanish translation.
Diffstat (limited to 'files/es/web')
-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>