Skip to content

Commit

Permalink
Fix "Description in the doc is wrong"(#318) (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengfei-Lu authored Oct 12, 2023
1 parent 022d29f commit 282b7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ only to the instances of the service named `testApp`.

Configuration is currently read on startup of the application. Sending a HTTP `POST`
request to `/refresh` causes the configuration to be reloaded. Watching the configuration
namespace (which Zookeeper supports) is not currently implemented.
namespace (which Zookeeper supports) is also available.

[[activating]]
== Activating
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/service-registry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ instance status actuator endpoint, as shown in the following example:

[source,sh,indent=0]
----
$ http POST http://localhost:8081/service-registry status=OUT_OF_SERVICE
$ http POST http://localhost:8081/serviceregistry status=OUT_OF_SERVICE
----

NOTE: The preceding example uses the `http` command from https://httpie.org.
Expand Down

0 comments on commit 282b7ad

Please sign in to comment.