Skip to content

Commit 7ee8139

Browse files
committed
Escape characters in docs
1 parent f056064 commit 7ee8139

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Spring Cloud Build brings along the `basepom:duplicate-finder-maven-plugin`, th
365365
[[duplicate-finder-configuration]]
366366
=== Duplicate Finder configuration
367367

368-
Duplicate finder is *enabled by default* and will run in the `verify` phase of your Maven build, but it will only take effect in your project if you add the `duplicate-finder-maven-plugin` to the `build` section of the projecst's `pom.xml`.
368+
Duplicate finder is *enabled by default* and will run in the `verify` phase of your Maven build, but it will only take effect in your project if you add the `duplicate-finder-maven-plugin` to the `build` section of the project's `pom.xml`.
369369

370370
.pom.xml
371371
[source,xml]

docs/modules/ROOT/pages/server/environment-repository/aws-s3-backend.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ NOTE: When no profile is specified `default` will be used.
4141
[[directory-layout]]
4242
== Directory layout
4343

44-
Spring Cloud Config Server also supports per-app directory layout analogous to xref:./git-backend.adoc#placeholders-in-git-search-paths[`search-paths: '{application}'`] in Git backend.
44+
Spring Cloud Config Server also supports per-app directory layout analogous to xref:./git-backend.adoc#placeholders-in-git-search-paths[`search-paths: '\{application}'`] in Git backend.
4545

4646
In order to enable it set `useDirectoryLayout` property to `true` as shown in the following example:
4747

@@ -57,7 +57,7 @@ spring:
5757
useDirectoryLayout: true
5858
----
5959

60-
The preceding listing matches objects stored in your bucket in `/{application}` directory like: `/{application}/application{-profile}.yml`. Then structure of the bucket should look like this:
60+
The preceding listing matches objects stored in your bucket in `/\{application}` directory like: `/\{application}/application\{-profile}.yml`. Then structure of the bucket should look like this:
6161

6262
```
6363
├── foo

0 commit comments

Comments
 (0)