mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fix typo in required_params.rb
This commit is contained in:
parent
a27ad634a2
commit
224b35b234
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Sinatra
|
|||
# == Usage
|
||||
#
|
||||
# Set required query parameter keys in the argument.
|
||||
# It'll halt with 400 if requried keys don't exist.
|
||||
# It'll halt with 400 if required keys don't exist.
|
||||
#
|
||||
# get '/simple_keys' do
|
||||
# required_params :p1, :p2
|
||||
|
|
Loading…
Reference in a new issue