Skip to content

Commit b3288bd

Browse files
committed
edit pass: functions-create-first-quarkus
1 parent 6034744 commit b3288bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The open-standard technology Jakarta EE Contexts and Dependency Injection (CDI)
167167
```
168168
169169
> [!IMPORTANT]
170-
> Live Coding (also called dev mode) allows you to run the app and make changes on the fly. Quarkus will automatically re-compile and reload the app when changes are made. This is a powerful and efficient style of developing that you'll use throughout this article.
170+
> Live Coding (also called dev mode) allows you to run the app and make changes on the fly. Quarkus will automatically recompile and reload the app when changes are made. This is a powerful and efficient style of developing that you'll use throughout this article.
171171
172172
Before you move forward to the next step, stop Quarkus dev mode by selecting Ctrl+C.
173173
@@ -250,7 +250,7 @@ Sign in to [the portal](https://aka.ms/publicportal) and ensure that you've sele
250250
251251
:::image type="content" source="media/functions-create-first-quarkus/azure-function-app-detail.png" alt-text="Screenshot that shows a URL and other function app details.":::
252252
253-
1. Confirm that the welcome page says that your function app is "up and running."
253+
1. Confirm that the welcome page says your function app is "up and running."
254254
255255
:::image type="content" source="media/functions-create-first-quarkus/azure-function-app-ready.png" alt-text="Screenshot that shows the welcome page for a function app.":::
256256

0 commit comments

Comments
 (0)