Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/cli-tooling.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
mcruzdev and gsmet committed Feb 6, 2024
1 parent 2aa5951 commit c497ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/cli-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ quarkus ext add kubernetes health
[SUCCESS] ✅ Extension io.quarkus:quarkus-smallrye-health has been installed
----
You can install all extensions which match a globbing pattern:
You can install all extensions which match a glob pattern:

Check warning on line 479 in docs/src/main/asciidoc/cli-tooling.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'.", "location": {"path": "docs/src/main/asciidoc/cli-tooling.adoc", "range": {"start": {"line": 479, "column": 31}}}, "severity": "INFO"}
[source,shell]
----
quarkus ext add smallrye-*
Expand Down

0 comments on commit c497ad4

Please sign in to comment.