1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Update README.es.md

Fix undefined method, and add a space.
This commit is contained in:
Gonzalo Goral 2016-09-14 19:06:31 -03:00 committed by GitHub
parent 1b0edc0aea
commit 5a65327392

View file

@ -1654,7 +1654,7 @@ get '/foo' do
request.ip # dirección IP del cliente
request.secure? # false (sería true sobre ssl)
request.forwarded? # true (si se está corriendo atrás de un proxy reverso)
requuest.env # hash de entorno directamente entregado por Rack
request.env # hash de entorno directamente entregado por Rack
end
```