Fix some typos

This commit is contained in:
Jake Worth 2014-02-26 23:57:20 -06:00
parent b00e2fac1f
commit 8eee1bb59d
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ module Sinatra
# #
# But it also can provide specific environment configuration. There are two # But it also can provide specific environment configuration. There are two
# ways to do that: at the file level and at the setting level. They are # ways to do that: at the file level and at the setting level. They are
# illustrated, repsectively, as follows: # illustrated, respectively, as follows:
# #
# development: # development:
# foo: development # foo: development

View File

@ -6,7 +6,7 @@ module Sinatra
# = Sinatra::Streaming # = Sinatra::Streaming
# #
# Sinatra 1.3 introduced the +stream+ helper. This addon improves the # Sinatra 1.3 introduced the +stream+ helper. This addon improves the
# streaming API by making the stream object immitate an IO object, turning # streaming API by making the stream object imitate an IO object, turning
# it into a real Deferrable and making the body play nicer with middleware # it into a real Deferrable and making the body play nicer with middleware
# unaware of streaming. # unaware of streaming.
# #