Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Aug 6, 2020
1 parent fd103aa commit 69a9bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mobility/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def dependencies_satisfied?(klass)
# plugin.
#
# Passing +false+ does not include the dependency, but checks that it has
# been included when running include and initialize hooks (so hooks iwill
# been included when running include and initialize hooks (so hooks will
# not run for this plugin if it has not been included). In other words:
# disable this plugin unless this dependency has been included elsewhere.
# (Note that this check is not applied recursively.)
Expand Down

0 comments on commit 69a9bdd

Please sign in to comment.