Skip to content

Commit 6706749

Browse files
committed
Fixed a typo in the extensions doc
1 parent b6f498f commit 6706749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ end
126126
The call to `Sinatra.helpers` includes the module in
127127
`Sinatra::Application`, making all methods defined in the module
128128
available to classic style applications. Using this extension in classic
129-
style apps is a simple as requiring the extension and using the new
129+
style apps is as simple as requiring the extension and using the new
130130
method:
131131

132132
{% highlight ruby %}

0 commit comments

Comments
 (0)