Skip to content
Snippets Groups Projects
Commit 537e1903 authored by catch's avatar catch
Browse files

Issue #3022551 by kiamlaluno, oknate, govind.maloo: The definite article is...

Issue #3022551 by kiamlaluno, oknate, govind.maloo: The definite article is wrongly placed after a possessive pronoun
parent fa14ee6f
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
/** /**
* @defgroup workflow_type_plugins Workflow Type Plugins * @defgroup workflow_type_plugins Workflow Type Plugins
* @{ * @{
* Any module harnessing Workflows module must define a Workflow Type Plugin. * Any module harnessing the Workflows module must define a Workflow Type
* This allows the module to tailor the workflow to its specific need. For * Plugin. This allows the module to tailor the workflow to its specific need.
* example, Content Moderation module uses its the Workflow Type Plugin to link * For example, the Content Moderation module uses its Workflow Type Plugin to
* workflows to entities. On their own, workflows are a stand-alone concept. It * link workflows to entities.
* takes a module such as Content Moderation to give the workflow context. * On their own, workflows are a stand-alone concept. It takes a module such as
* Content Moderation to give the workflow context.
* @} * @}
*/ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment