Skip to content

Commit

Permalink
[fix] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDodsonEnglish committed Jul 16, 2024
1 parent c6f1071 commit 41324bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/how-to/bpmn/learning-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ menu:
Here are some links to supplemental tools and material to help you build BPMN workflows in Rhize:

- <i class="fa fa-github" aria-hidden="true"></i> [BPMN templates](https://github.com/libremfg/bpmn-templates). A repository of BPMN workflows that you can download and run yourself.
- <i class="fa fa-github" aria-hidden="true"></i> [ bpmn.io](https://github.com/bpmn-io/bpmn-js). Opensourcing rendering toolkits and editors for BPMN 2.0. You can use the `bpmn-js` for local, offline building.
- <i class="fa fa-github" aria-hidden="true"></i> [ bpmn.io](https://github.com/bpmn-io/bpmn-js). Open source rendering toolkits and editors for BPMN 2.0. You can use the `bpmn-js` for local offline building.

Check failure on line 16 in content/how-to/bpmn/learning-resources.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/how-to/bpmn/learning-resources.md#L16

[Vale.Spelling] Did you really mean 'toolkits'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'toolkits'?", "location": {"path": "content/how-to/bpmn/learning-resources.md", "range": {"start": {"line": 16, "column": 121}}}, "severity": "ERROR"}
- <i class="fa fa-youtube" aria-hidden="true"></i> [Rhize Youtube channel](https://www.youtube.com/@rhizemanufacturingdatahub). Includes demos of BPMN.

Check failure on line 17 in content/how-to/bpmn/learning-resources.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/how-to/bpmn/learning-resources.md#L17

[Vale.Spelling] Did you really mean 'Youtube'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Youtube'?", "location": {"path": "content/how-to/bpmn/learning-resources.md", "range": {"start": {"line": 17, "column": 59}}}, "severity": "ERROR"}
- 📝 [OMG BPMN standard](https://www.omg.org/spec/BPMN/2.0.2/). The standard on which the Rhize BPMN engine and UI is based.
- [`vscode-language-jsonata`](https://marketplace.visualstudio.com/items?itemName=bigbug.vscode-language-jsonata). A VS code extension to interactively pipe JSONata expressions together, in the literate-programming style of Jupyter notebooks.

0 comments on commit 41324bc

Please sign in to comment.