Skip to content

Commit

Permalink
DX-553/Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Mar 8, 2024
1 parent 500b1ca commit c76f89e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To create a flow action, you need to define a `<flow-action>` block within a fil

```xml
// Resources/flow-action.xml
<flow-actions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/6.5.x/src/Core/Framework/App/FlowAction/Schema/flow-action-1.0.xsd">
<flow-actions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/trunk/src/Core/Framework/App/Flow/Schema/flow-1.0.xsd">
<flow-action>
... # The first action
</flow-action>
Expand Down Expand Up @@ -305,4 +305,4 @@ bin/console app:install --activate FlowBuilderActionApp
## Further steps

* [Flow action example configuration](../../../../resources/references/app-reference/flow-action-reference) page
* [Schema definition for flow actions (GitHub)](https://github.com/shopware/shopware/blob/6.5.x/src/Core/Framework/App/FlowAction/Schema/flow-action-1.0.xsd)`
* [Schema definition for flow actions (GitHub)](https://github.com/shopware/shopware/blob/trunk/src/Core/Framework/App/Flow/Schema/flow-1.0.xsd)`
4 changes: 2 additions & 2 deletions resources/references/app-reference/flow-action-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav:

```xml
// flow-action.xml
<flow-actions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/6.5.x/src/Core/Framework/App/FlowAction/Schema/flow-action-1.0.xsd">
<flow-actions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/trunk/src/Core/Framework/App/Flow/Schema/flow-1.0.xsd">
<flow-action>
<meta>
<name>slack</name>
Expand Down Expand Up @@ -110,4 +110,4 @@ nav:
| contact_form.send | contactFormData |
| checkout.customer.register | customer |
| newsletter.register | newsletterRecipient <br> url |
| newsletter.confirm | newsletterRecipient |
| newsletter.confirm | newsletterRecipient |

Check warning on line 113 in resources/references/app-reference/flow-action-reference.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] resources/references/app-reference/flow-action-reference.md#L113

If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1]) Suggestions: ` Confirm`, ` confirm` Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1 Category: CASING
Raw output
resources/references/app-reference/flow-action-reference.md:113:9: If a new sentence starts here, add a space and start with an uppercase letter. (LC_AFTER_PERIOD[1])
 Suggestions: ` Confirm`, ` confirm`
 Rule: https://community.languagetool.org/rule/show/LC_AFTER_PERIOD?lang=en-US&subId=1
 Category: CASING

0 comments on commit c76f89e

Please sign in to comment.