diff options
Diffstat (limited to 'es-es')
-rw-r--r-- | es-es/jquery-es.html.markdown | 2 | ||||
-rw-r--r-- | es-es/php-composer-es.html.markdown | 2 | ||||
-rw-r--r-- | es-es/vim-es.html.markdown | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/es-es/jquery-es.html.markdown b/es-es/jquery-es.html.markdown index fc0ff06c..c67f11ed 100644 --- a/es-es/jquery-es.html.markdown +++ b/es-es/jquery-es.html.markdown @@ -134,4 +134,4 @@ var heights = []; $('p').each(function() { heights.push($(this).height()); // AƱade todas las alturas "p" de la etiqueta a la matriz }); -```
\ No newline at end of file +``` diff --git a/es-es/php-composer-es.html.markdown b/es-es/php-composer-es.html.markdown index ed20edd3..dc8fb520 100644 --- a/es-es/php-composer-es.html.markdown +++ b/es-es/php-composer-es.html.markdown @@ -173,4 +173,4 @@ composer clear-cache ### Referencias * [Composer - Dependency Manager for PHP (EN)](https://getcomposer.org/) -* [Packagist.org (EN)](https://packagist.org/)
\ No newline at end of file +* [Packagist.org (EN)](https://packagist.org/) diff --git a/es-es/vim-es.html.markdown b/es-es/vim-es.html.markdown index 0e44029b..fb160ec7 100644 --- a/es-es/vim-es.html.markdown +++ b/es-es/vim-es.html.markdown @@ -235,4 +235,4 @@ set smarttab [What are the dark corners of Vim your mom never told you about? (Stack Overflow thread) (EN)](http://stackoverflow.com/questions/726894/what-are-the-dark-corners-of-vim-your-mom-never-told-you-about) -[Arch Linux Wiki (EN)](https://wiki.archlinux.org/index.php/Vim)
\ No newline at end of file +[Arch Linux Wiki (EN)](https://wiki.archlinux.org/index.php/Vim) |