Skip to content

Commit a74c538

Browse files
committed
Merge pull request #23561 from thorasine
* pr/23561: Fix typos Closes gh-23561
2 parents e2289e2 + 6c3dfac commit a74c538

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ added after the original pull request but before a merge.
5555
`./gradlew format`. Note that if you have format violations in `buildSrc`, you can fix
5656
them by running `./gradlew -p buildSrc format` from the project root directory.
5757
* The build includes checkstyle rules for many of our code conventions. Run
58-
`./gradlew checkstyleMain checkstyleTest` if you want to check you changes are
58+
`./gradlew checkstyleMain checkstyleTest` if you want to check your changes are
5959
compliant.
6060
* Make sure all new `.java` files have a Javadoc class comment with at least an
6161
`@author` tag identifying you, and preferably at least a paragraph on what the class is

spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ If you do not want to expose endpoints over HTTP, you can set the management por
12871287
management.server.port=-1
12881288
----
12891289

1290-
This can be achieved using the configprop:management.endpoints.web.exposure.exclude[] property as well, as shown in following example:
1290+
This can be achieved using the configprop:management.endpoints.web.exposure.exclude[] property as well, as shown in the following example:
12911291

12921292
[source,properties,indent=0,configprops]
12931293
----
@@ -1695,7 +1695,7 @@ You can also change the interval at which metrics are sent to New Relic:
16951695
management.metrics.export.newrelic.step=30s
16961696
----
16971697

1698-
By default, metrics are published via REST calls but it also possible to use the Java Agent API if you have it on the classpath:
1698+
By default, metrics are published via REST calls but it is also possible to use the Java Agent API if you have it on the classpath:
16991699

17001700
[source,properties,indent=0,configprops]
17011701
----

0 commit comments

Comments
 (0)