Skip to content

Commit f3809fd

Browse files
pwizlaweb-flow
authored andcommitted
[experimental] Polish copy in Review Workflows documentation (#2855)
* docs(backend): correct TypeScript code fences in TS tabs (controllers, services, middlewares, routes) * docs(bundlers): clarify webpack config example rename and JS/TS filenames * docs(routes): add guidance to prefer fully-qualified handler names in custom routers * docs(api-tokens): add concise security tip (least privilege, rotation, secrets manager) * docs(controllers): add caution about validateQuery/sanitizeQuery/sanitizeOutput when overriding actions * docs(policies): clarify scoped policy folders and fix example path * docs(webhooks): add signature verification tip and fix TS config path * docs(theme-extension): add minimal TS example for theme.light and theme.dark overrides * docs(wysiwyg): add next steps tip (plugin first, custom field for deeper integration) * docs(middlewares): add tip to list registered middlewares (discovery command) * docs(models): add TL;DR with emphasis on content shape and Document Service * docs(locales-translations): fix typo and use proper js/ts fences instead of jsx * docs(logos): add TL;DR and guidance (SVG preferred, light/dark variants) * docs(admin host/port): add reverse proxy deployment tip (forwarded headers, explicit origin) * docs(releases): tidy step wording and ensure consistent numbering * docs(review-workflows): minor copy polish in settings table * Limit PR scope to review-workflows.md only; revert unrelated file changes --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent bfa5c7d commit f3809fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/cms/features/review-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The default workflow is configured to have 4 stages: To do, In progress, Ready t
4141
2. In the workflow edit interface, configure the new workflow:
4242
| Setting name | Instructions |
4343
| -------------- | ------------------------------------------------------------------------ |
44-
| Workflow name | Write a unique name of workflow. |
44+
| Workflow name | Write a unique name for the workflow. |
4545
| Associated to | (optional) Assign this workflow to one or more existing content-types. |
4646
| Stages | Add review stages (see [Adding a new stage](#adding-a-new-stage)). |
4747
3. Click on the **Save** button. The new workflow will be displayed in the list view and for every content-type assigned.

0 commit comments

Comments
 (0)