Problem/Motivation
There are two grammar errors in the module:
- In
entity_reference_revisions.info.yml, the description uses"a"before a vowel sound:"Adds a Entity Reference field type with revision support." - In
entity_reference_revisions.permissions.yml, the permission description contains awkward double "to":"Allow to access to the Entity Reference Revisions orphan deletion form."
Proposed resolution
-
entity_reference_revisions.info.yml-description: Adds a Entity Reference field type with revision support. +description: Adds an Entity Reference field type with revision support.
-
entity_reference_revisions.permissions.yml-description: 'Allow to access to the Entity Reference Revisions orphan deletion form.' +description: 'Allow access to the Entity Reference Revisions orphan deletion form.'
Issue fork entity_reference_revisions-3605414
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dkmishra commented