Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Description in the doc is wrong"(#318) #319

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 currently implemented also.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change from "is currently implemented also." to "is also available.".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Please check.


[[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