Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and joshiste committed Sep 13, 2017
1 parent 72246d6 commit cfad8fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spring-boot-admin-docs/src/main/asciidoc/client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spring.boot.admin.password

| spring.boot.admin.client.management-url
| Management-url to register with. Can be overridden in case the reachable url is different (e.g. Docker).
| Guessed based on managment-base-url and `management.context-path`.
| Guessed based on management-base-url and `management.context-path`.

| spring.boot.admin.client.service-base-url
| Base url for computing the service-url to register with. The path is inferred at runtime, and appended to the base url.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class DefaultServiceInstanceConverter implements ServiceInstanceConverter

/**
* Default context-path to be appended to the url of the discovered service for the
* managment-url.
* management-url.
*/
private String managementContextPath = "";
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void test_ssl() {
}

@Test
public void test_ssl_managment() {
public void test_ssl_management() {
management.setSsl(new Ssl());
management.getSsl().setEnabled(true);
publishApplicationReadyEvent(factory, 8080, 9090);
Expand Down

0 comments on commit cfad8fe

Please sign in to comment.