Typo error in Subscription Approval workflow config
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 99
- Forks
- 708
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 22
Description
Description
There is a typo in the Subscription approval workflow configuration. It is currently defined as:
<ubscriptionDeletion executor="org.wso2.carbon.apimgt.impl.workflow.SubscriptionDeletionAprrovalWorkflowExecutor"/>
The correct config should be:
<SubscriptionDeletion executor="org.wso2.carbon.apimgt.impl.workflow.SubscriptionDeletionApprovalWorkflowExecutor"/>
Suggested Fix
Subscription deletion approval workflow config in file en/docs/consume/manage-subscription/advanced-topics/adding-an-api-subscription-deletion-workflow.md should be
<SubscriptionDeletion executor="org.wso2.carbon.apimgt.impl.workflow.SubscriptionDeletionApprovalWorkflowExecutor"/>
Version(s)
4.1.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open en/docs/consume/manage-subscription/advanced-topics/adding-an-api-subscription-deletion-workflow.md and locate the Subscription deletion approval workflow configuration. Correct the misspelled executor class name from SubscriptionDeletionAprrovalWorkflowExecutor to SubscriptionDeletionApprovalWorkflowExecutor, then verify the documented configuration matches the requested example.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100