Merge pull request #123 from jwworth/task/fix_typo

Fix some typos
This commit is contained in:
Katrina Owen 2014-02-26 23:01:07 -07:00
commit 7379c235e7
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
# ways to do that: at the file level and at the setting level. They are
# illustrated, repsectively, as follows:
# illustrated, respectively, as follows:
#
# development:
# foo: development

View File

@ -6,7 +6,7 @@ module Sinatra
# = Sinatra::Streaming
#
# 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
# unaware of streaming.
#