Skip to content

Commit b9c73fc

Browse files
committed
Review comments from Guillaume
1 parent 789d480 commit b9c73fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/extension-writing-dev-service.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include::_attributes.adoc[]
1818
- You should already have an xref:building-my-first-extension.adoc[extension structure] in place
1919
- You should have a containerised version of your external service (not all dev services rely on containers, but most do)
2020

21-
== Creating a dev service
21+
== Creating a Dev Service
2222

2323
If your extension provides APIs for connecting to an external service, it's a good idea to provide a xref:dev-services.adoc[dev service] implementation.
2424

@@ -104,7 +104,7 @@ You may wish to use this config to set a fixed port, or set an image name, for e
104104

105105
== Controlling re-use
106106

107-
In dev mode, with hot reload, Quarkus may restart frequently. By default, this will also restart test containers.
107+
In dev mode, with live reload, Quarkus may restart frequently. By default, this will also restart test containers.
108108
Quarkus restarts are usually very fast, but containers may take much longer to restart.
109109
To prevent containers restarting on every code change, you can mark the container as reusable:
110110

0 commit comments

Comments
 (0)