lib/roda/plugins/sinatra_helpers.rb in roda-3.1.0 vs lib/roda/plugins/sinatra_helpers.rb in roda-3.2.0

- old
+ new

@@ -51,10 +51,10 @@ # # +error+ sets the response status code to 500 (or a status code you provide), # and halts the request. It takes an optional body: # # error # 500 response, empty boby - # error 501 # 501 reponse, empty body + # error 501 # 501 response, empty body # error 'b' # 500 response, 'b' body # error 501, 'b' # 501 response, 'b' body # # === not_found #