diff --git a/field_permission_example/field_permission_example.module b/field_permission_example/field_permission_example.module index 62c35ad..0cd7d84 100644 --- a/field_permission_example/field_permission_example.module +++ b/field_permission_example/field_permission_example.module @@ -43,7 +43,7 @@ * OK, how does the code work? * * As with any permission system, we create a MODULE_NAME.permissions.yml - * file order to define a few permissions. In our case, users will want + * file in order to define a few permissions. In our case, users will want * to either view or edit fieldnote fields. And, similar to the way * node permissions work, we'll also include a context of either * their own content or any content. So that gives us 4 permissions