Skip to content

Commit 81f827d

Browse files
SohamJRyan Baxter
authored and
Ryan Baxter
committed
Fix application.yaml file name typo in config source docs (spring-cloud#406)
dont update README.adoc as it is autogenerated
1 parent 3dca323 commit 81f827d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,4 +1027,4 @@ Go to `File` -> `Settings` -> `Other settings` -> `Checkstyle`. There click on t
10271027
- `checkstyle.suppressions.file` - default suppressions. Please point it to the Spring Cloud Build's, `spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` file either in your cloned repo or via the `https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` URL.
10281028
- `checkstyle.additional.suppressions.file` - this variable corresponds to suppressions in your local project. E.g. you're working on `spring-cloud-contract`. Then point to the `project-root/src/checkstyle/checkstyle-suppressions.xml` folder. Example for `spring-cloud-contract` would be: `/home/username/spring-cloud-contract/src/checkstyle/checkstyle-suppressions.xml`.
10291029

1030-
IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources.
1030+
IMPORTANT: Remember to set the `Scan Scope` to `All sources` since we apply checkstyle rules for production and test sources.

docs/src/main/asciidoc/property-source-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Kubernetes PropertySource implementations
22

3-
The most common approach to configuring your Spring Boot application is to create an `application.properties` or `applicaiton.yaml` or
3+
The most common approach to configuring your Spring Boot application is to create an `application.properties` or `application.yaml` or
44
an `application-profile.properties` or `application-profile.yaml` file that contains key-value pairs that provide customization values to your
55
application or Spring Boot starters. You can override these properties by specifying system properties or environment
66
variables.

0 commit comments

Comments
 (0)