Skip to content

Commit

Permalink
Update concepts/api/store-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh authored Jan 13, 2025
1 parent 96bc1b5 commit a4618a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/api/store-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Whenever additional logic is added to Shopware, the method of the corresponding

Using plugins, you can add custom routes to the Store API \(as well as any other routes\) and also register custom services. We don't force developers to provide API coverage for their functionalities. However, if you want to support headless applications, ensure that your plugin provides its functionalities through dedicated routes.

<PageRef page="../../guides/plugins/plugins/framework/store-api/add-store-api-route" />
<PageRef page="../../guides/plugins/plugins/framework/store-api/" />

Check warning on line 20 in concepts/api/store-api.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] concepts/api/store-api.md#L20

Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES) URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US Category: PUNCTUATION
Raw output
concepts/api/store-api.md:20:14: Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES)
 URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses 
 Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US
 Category: PUNCTUATION

Check warning on line 20 in concepts/api/store-api.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] concepts/api/store-api.md#L20

Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES) URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US Category: PUNCTUATION
Raw output
concepts/api/store-api.md:20:64: Unpaired symbol: ‘"’ seems to be missing (EN_UNPAIRED_QUOTES)
 URL: https://languagetool.org/insights/post/punctuation-guide/#what-are-parentheses 
 Rule: https://community.languagetool.org/rule/show/EN_UNPAIRED_QUOTES?lang=en-US
 Category: PUNCTUATION

## What next?

Expand Down

0 comments on commit a4618a5

Please sign in to comment.