summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJesus Tinoco <JesusTinoco@users.noreply.github.com>2015-12-02 18:49:47 +0100
committerJesus Tinoco <JesusTinoco@users.noreply.github.com>2015-12-02 18:49:47 +0100
commit91ed76340d139a9201262880a0cbbcbe200650f2 (patch)
treee99b2b0d5656b2ee821bab9aa4cf7e7866eb7d8b
parentb917d1524a06ca94b73d885bb678a4f4cd00a808 (diff)
Fixing typo in ruby-es.html.markdown
-rw-r--r--es-es/ruby-es.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/es-es/ruby-es.html.markdown b/es-es/ruby-es.html.markdown
index 1cf334e3..37b09e8d 100644
--- a/es-es/ruby-es.html.markdown
+++ b/es-es/ruby-es.html.markdown
@@ -97,7 +97,7 @@ y #=> 10
# Por convención, usa snake_case para nombres de variables
snake_case = true
-# Usa nombres de variables descriptivas
+# Usa nombres de variables descriptivos
ruta_para_la_raiz_de_un_projecto = '/buen/nombre/'
ruta = '/mal/nombre/'