Fix documentation copy typos#156
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
git diff --checkrgchecks for the corrected typo and terminology patterns in the edited files return no matchesrg -n '\bOptimize\b|`optimize`' docs -g '*.md' -g '*.mdx' -Sreturns no matchesrg -n 'http://camunda\.com|camunda\.com|Camunda' docs/documentation/reference/spin/xml/04-querying-xml.md docs/documentation/reference/spin -Sreturns no matchesrg -n -i 'camunda namespace|`camunda` namespace|camunda prefix|camunda extension' docs/documentation/reference/dmn/custom-extensions/operaton-attributes.md -Sreturns no matchesrg -n 'xmlns:operaton="http://operaton\.org/schema/1\.0/dmn`|xmlns:operaton="http://operaton\.org/schema/1\.0/dmn"' docs/documentation/reference/dmn/decision-table/input.md -Sconfirms the inline namespace snippet is quoted consistently with the XML blockrg -n "does all the magic|Starter for Webapps|JAR-file|autoconfiguration|Operaton Engine needs|application opening|Operaton webapps|already occupied|CSRF Token|session will be ended|Filter Whitelist|coming with the Spring Boot|put them to|Webapps under" docs/get-started/spring-boot/project-setup.md docs/documentation/user-guide/spring-boot-integration/webapps.md -Sreturns no matchesrg -n -i "\b(listner|listners|hooked-up|by a engine|skip listners|latter of those|creating of the user task|allows us to|The eventing is controlled)\b|\s+$" docs/documentation/user-guide/spring-boot-integration/the-spring-event-bridge.md -Sreturns no matchesrg -n -i "\b(hit|simply|possibility|out of the displayed|click on \*|clicking on|drop down|Process-, Task- and Case Variables|case sensitive|case insensitive|specified criteria|Task can|User Task description|username and inserting|Underneath|upper right side|instantly set full focus|Variables mentioned above)\b" docs/documentation/webapps/tasklist/dashboard.md -Sreturns no matchesrg -n -i '\b(cockpit Search|clicking on|click on|drop down|hover over the deployment |specified criteria|non-existing|respective row|Operations Engineer|batch operation on|clicking "Batch operation"|which fulfill|operators other than equal|crunches|checkmark|single resources|therefore overwrite|resources which|respective definition|Definition Of operation|Jobs belonging|Removal Time to Historic|Correlate Message|One can see|is able to)\b' docs/documentation/webapps/cockpit/bpmn/dashboard.md docs/documentation/webapps/cockpit/batch/batch-operation.md docs/documentation/webapps/cockpit/deployment-view.md -Sreturns no matchesrg -n -i '\b(clicking on|click on|drop down|possibility|which fulfill|operators other than equal|CMMN Cases dashboard of Cockpit|decisions dashboard of Cockpit|dashboard of Cockpit|right hand side|amount of running|specified range of time|respective search|provides you with a list|provides you an overview|Deployed Decision Requirements Definition$)\b' docs/documentation/webapps/cockpit/dashboard.md docs/documentation/webapps/cockpit/tasks-dashboard.md docs/documentation/webapps/cockpit/cmmn/dashboard.md docs/documentation/webapps/cockpit/dmn/dashboard.md -Sreturns no matchesrg -n -i '\b(clicking on|click on|drop down|respective|which fulfill|operators other than equal|definition requirements definition|decision requirement definition|By clicking on|dropdown menu|provides you with information|will take you|will open|listing of all|allows you to|Hit the|formated|documentations|duedate|suit the search query|respectively the|on diagram|multiple decision definition|Objects, Files and Bytes)\b' docs/documentation/webapps/cockpit/cmmn/case-definition-view.md docs/documentation/webapps/cockpit/cmmn/case-instance-view.md docs/documentation/webapps/cockpit/dmn/decision-definition-view.md docs/documentation/webapps/cockpit/dmn/decision-instance-view.md docs/documentation/webapps/cockpit/dmn/decision-requirements-definition-view.md docs/documentation/webapps/cockpit/dmn/decision-requirements-instance-view.md -Sreturns no matchesrg -n -i '\b(clicking on|click on|drop down|respective|which fulfill|which are displayed|which is displayed|will take you|will open|will show|will be sent|will increment|allows you to|allows to|Hit the|hitting|duedate|dialogue|stacktrace|sub process|hirarchy|an summary|suit the search query|respectively the|Beside the diagram view|single or multiple|amount of retries|External Task Id|Worker Id|flow-node)\b' docs/documentation/webapps/cockpit/bpmn/process-instance-view.md docs/documentation/webapps/cockpit/bpmn/process-instance-restart.md docs/documentation/webapps/cockpit/bpmn/failed-jobs.md docs/documentation/webapps/cockpit/bpmn/drilldown.md docs/documentation/webapps/cockpit/bpmn/correlate-message.md -Sreturns no matchesrg -n -i '\b(Besides that|an user|users account|click on|which are|which is|users which|granted with|allows you to|Flow Nodes Instances|Underneath)\b|\s+$' docs/documentation/webapps/admin/tenant-management.md docs/documentation/webapps/admin/group-management.md docs/documentation/webapps/admin/system-management.md -Sreturns no matchesrg -n "contentSecurityPolicyValue|contentSecurityPolicyDisabled|contentTypeOptionsValue|contentTypeOptionsDisabled" docs/documentation/webapps/shared-options/header-security.md -Sconfirms the option notes reference the matching disable flagsrg -n "custom-dataformats" docs/documentation/reference/spin/extending-spin.md docs/documentation/user-guide/data-formats/data-formats-in-processes.md docs/documentation/user-guide/spring-boot-integration/configuration.mdx -Sconfirms the old links still have a matching heading anchorgh pr view 156 --json files --jq .files[].path | xargs rg -n "\\s+$" -Sreturns no matchesnpm run typechecknpm run buildsucceeds; Docusaurus still reports the known pre-existing broken link/anchor warnings handled separately in Fix docs link checks and enforce quality gates #115