Skip to content

Commit 428b366

Browse files
Update articles/azure-functions/functions-create-first-quarkus.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 1546642 commit 428b366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-quarkus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public String funqyHello() {
5353

5454
The name is important. It becomes a part of the REST URI to invoke the function, as shown later in the article.
5555

56-
## Test the serverless function locally
56+
## Test the function locally
5757

5858
Use `mvn` to run Quarkus dev mode on your local terminal. Running Quarkus in this way enables live reload with background compilation. When you modify your Java files and/or your resource files and refresh your browser, these changes will automatically take effect.
5959

0 commit comments

Comments
 (0)