Skip to content

Commit

Permalink
Merge pull request #33183 from geoand/#33171
Browse files Browse the repository at this point in the history
Fix small documentation issue in reactive
  • Loading branch information
iocanel authored May 7, 2023
2 parents a6d6478 + a9cf5cd commit c59afb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ It interacts with the database without blocking the thread.
In addition, this reactive `PanacheEntity` proposes a reactive API.
We will use this API to implement the REST endpoint.

Before going further, open the `src/main/resource/application.properties` file and add:
Before going further, open the `src/main/resources/application.properties` file and add:

[source, properties]
----
Expand Down

0 comments on commit c59afb6

Please sign in to comment.