1
0
Fork 0
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:
Joshua O'Brien 2018-04-24 09:54:36 +10:00
parent a27ad634a2
commit 224b35b234

View file

@ -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