byterock / mojolicious-plugin-authorization

A plugin to make Authorization a bit easier
Other
8 stars 8 forks source link

Spelling error in documentation #2

Closed joenio closed 9 years ago

joenio commented 11 years ago

The word seems to be written wrong in documentation: dependant

joenio commented 11 years ago
--- a/lib/Mojolicious/Plugin/Authorization.pm
+++ b/lib/Mojolicious/Plugin/Authorization.pm
@@ -104,13 +104,13 @@

 'pPrivileges'' will use the supplied C<user_privs> subroutine ref and return the privileges of the current session.
 You can pass additional data along in the extra_data hashref and it will be passed to your C<user_privs>
-subroutine as-is. The returned data is dependant on the supplied C<user_privs> subroutine.
+subroutine as-is. The returned data is dependent on the supplied C<user_privs> subroutine.

 =head2 role($extra_data)

 'role' will use the supplied C<user_role> subroutine ref and return the role of the current session.
 You can pass additional data along in the extra_data hashref and it will be passed to your C<user_role>
-subroutine as-is. The returned data is dependant on the supplied C<user_role> subroutine.
+subroutine as-is. The returned data is dependent on the supplied C<user_role> subroutine.

 =head1 CONFIGURATION
byterock commented 9 years ago

Fixed no real need to release this to Cpan