aboutsummaryrefslogtreecommitdiff
path: root/files/es
diff options
context:
space:
mode:
authorSaúl Solórzano <hola@saulsolorzano.com>2022-01-22 20:01:13 -0300
committerGitHub <noreply@github.com>2022-01-22 17:01:13 -0600
commitce4ba7155b26eb0a2fb45131388cf26be532ad69 (patch)
tree3904408f58aad29e14ca49a615ffd6c7c9c197ba /files/es
parentd1e5c1a363a5e40ff931d4f49db83273d6af45d1 (diff)
downloadtranslated-content-ce4ba7155b26eb0a2fb45131388cf26be532ad69.tar.gz
translated-content-ce4ba7155b26eb0a2fb45131388cf26be532ad69.tar.bz2
translated-content-ce4ba7155b26eb0a2fb45131388cf26be532ad69.zip
Acomodando pequeño error "texo" a "texto" (#3715)
Diffstat (limited to 'files/es')
-rw-r--r--files/es/learn/getting_started_with_the_web/javascript_basics/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/learn/getting_started_with_the_web/javascript_basics/index.html b/files/es/learn/getting_started_with_the_web/javascript_basics/index.html
index 78fa13eccb..e9e6d76c6b 100644
--- a/files/es/learn/getting_started_with_the_web/javascript_basics/index.html
+++ b/files/es/learn/getting_started_with_the_web/javascript_basics/index.html
@@ -136,7 +136,7 @@ nombreDeLaVariable = 'Steve';</pre>
<tbody>
<tr>
<th scope="row">{{Glossary("String","String")}}</th>
- <td>Esto es una secuencia de texo conocida como cadena. Para indicar que la variable es una cadena, debes escribirlo entre comillas.</td>
+ <td>Esto es una secuencia de texto conocida como cadena. Para indicar que la variable es una cadena, debes escribirlo entre comillas.</td>
<td><code>let miVariable = 'Bob';</code></td>
</tr>
<tr>