Skip to content

Commit

Permalink
Merge pull request #110 from Erol/fix-typo-on-endpoint-resolver-doc
Browse files Browse the repository at this point in the history
Fix typo on EndpointResolver doc
  • Loading branch information
jodosha committed May 27, 2016
2 parents de605bd + 63b8de9 commit 1b976e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hanami/routing/endpoint_resolver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class EndpointResolver
# will be ignored.
# See the examples below.
#
# @option options [String] :action_separator the sepatator between controller and
# @option options [String] :action_separator the separator between controller and
# action name. (defaults to `ACTION_SEPARATOR`)
#
# @return [Hanami::Routing::EndpointResolver] self
Expand Down

0 comments on commit 1b976e3

Please sign in to comment.