Skip to content

Commit

Permalink
Fix wrong text format
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-bogastry committed Oct 12, 2023
1 parent b2179b8 commit fc63e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started-dev-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Once the application is up, visit http://localhost:8080/hello. It should show a
=== Accepting user input

Let's make the application a bit more interactive.
Open the project in your IDE and navigate to `src/main/java/org/acme/GreetingResource.java'
Open the project in your IDE and navigate to `src/main/java/org/acme/GreetingResource.java`
Add a query param in the `hello` method.
(The `org.jboss.resteasy.reactive.RestQuery` annotation is like the Jakarta REST `@QueryParam`
annotation, except you don't need to duplicate the parameter name.)
Expand Down

0 comments on commit fc63e49

Please sign in to comment.