rename one of the two 'Plantillas Inline' to 'Plantillas Embebidas' in spanish readme

This commit is contained in:
Gabriel Andretta 2011-01-12 19:52:53 -03:00
parent 7fef872ab7
commit 5d5d5bbce9
1 changed files with 2 additions and 2 deletions

View File

@ -569,13 +569,13 @@ son necesarios para renderizar plantillas CoffeeScript:
Renderiza <tt>./views/application.coffee</tt>.
=== Plantillas Inline
=== Plantillas Embebidas
get '/' do
haml '%div.titulo Hola Mundo'
end
Renderiza el template contenido en el string.
Renderiza el template embebido en el string.
=== Accediendo a Variables en Plantillas