Skip to content

Commit

Permalink
fix: make markdown linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 20, 2025
1 parent e8d7b98 commit c9e2ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/cli/project-commands/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ build:

## Supporting bundles

Plugins and Apps are automatically detected by Shopware-CLI. Custom Bundles (classes that extend Bundle class from Shopware) cannot be automatically detected as Shopware-CLI does not execute any PHP code.
Plugins and Apps are automatically detected by Shopware-CLI. Custom Bundles (classes that extend Bundle class from Shopware) cannot be automatically detected as Shopware-CLI does not execute any PHP code.

Check warning on line 75 in products/cli/project-commands/build.md

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] products/cli/project-commands/build.md#L75

A comma may be missing after the conjunctive/linking adverb ‘Therefore’. (SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA[1]) Suggestions: `Therefore,` URL: https://languagetool.org/insights/post/linking-words/ Rule: https://community.languagetool.org/rule/show/SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA?lang=en-US&subId=1 Category: PUNCTUATION
Raw output
products/cli/project-commands/build.md:75:205: A comma may be missing after the conjunctive/linking adverb ‘Therefore’. (SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA[1])
 Suggestions: `Therefore,`
 URL: https://languagetool.org/insights/post/linking-words/ 
 Rule: https://community.languagetool.org/rule/show/SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA?lang=en-US&subId=1
 Category: PUNCTUATION
Therefore you need to add the path of the custom bundle to your project `composer.json`:

```json
Expand Down

0 comments on commit c9e2ae5

Please sign in to comment.