Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/security-getting-started-tutorial.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
  • Loading branch information
sberyozkin and rolfedh authored Sep 17, 2024
1 parent c395a9d commit 1cfb49d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ Dev Services for PostgreSQL supports testing while you develop by providing a se

== Test your application using Curl or browser

Check warning on line 506 in docs/src/main/asciidoc/security-getting-started-tutorial.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'.", "location": {"path": "docs/src/main/asciidoc/security-getting-started-tutorial.adoc", "range": {"start": {"line": 506, "column": 25}}}, "severity": "INFO"}

To test your application using Curl or the browser, you must first start a PostgreSQL server, and compile and run your application either in JVM or native mode.
To test your application using Curl or the browser, you must first start a PostgreSQL server, then compile and run your application either in JVM or native mode.

Check warning on line 508 in docs/src/main/asciidoc/security-getting-started-tutorial.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'.", "location": {"path": "docs/src/main/asciidoc/security-getting-started-tutorial.adoc", "range": {"start": {"line": 508, "column": 25}}}, "severity": "INFO"}

=== Start the PostgreSQL server

Check warning on line 510 in docs/src/main/asciidoc/security-getting-started-tutorial.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.HeadingPunctuation] Do not use end punctuation in headings. Raw Output: {"message": "[Quarkus.HeadingPunctuation] Do not use end punctuation in headings.", "location": {"path": "docs/src/main/asciidoc/security-getting-started-tutorial.adoc", "range": {"start": {"line": 510, "column": 1}}}, "severity": "INFO"}

Expand Down

0 comments on commit 1cfb49d

Please sign in to comment.