fix typo about protection in README.es

This commit is contained in:
Gabriel Andretta 2011-11-28 14:24:39 -03:00
parent 302da22e19
commit e6aac5f4b2
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,7 @@ También es posible desactivar una única capa de defensa:
O varias:
set :protections, :except => [:path_traversal, :session_hijacking]
set :protection, :except => [:path_traversal, :session_hijacking]
=== Configuraciones Disponibles