Skip to content

Commit

Permalink
Fix typo: Gropu => Group
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
myronmarston committed Oct 24, 2013
1 parent 090436c commit 47b5ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/core/configuration.rb
Expand Up @@ -934,7 +934,7 @@ def self.delegate_to_ordering_manager(*methods)
#
# @param name [Symbol] The name of the ordering.
# @yield Block that will order the given examples or example groups
# @yieldparam list [Array<RSpec::Core::Example>, Array<RSpec::Core::ExampleGropu>] The examples or groups to order
# @yieldparam list [Array<RSpec::Core::Example>, Array<RSpec::Core::ExampleGroup>] The examples or groups to order
# @yieldreturn [Array<RSpec::Core::Example>, Array<RSpec::Core::ExampleGroup>] The re-ordered examples or groups
#
# @example
Expand Down

0 comments on commit 47b5ed7

Please sign in to comment.