mirror of https://github.com/crossplane/docs.git
Merge pull request #537 from youyongsong/fix/string-format-example
Fix incorrect string format example in documentation
This commit is contained in:
commit
e2bc4aded9
|
@ -1535,8 +1535,7 @@ patches:
|
||||||
- type: string
|
- type: string
|
||||||
string:
|
string:
|
||||||
type: Format
|
type: Format
|
||||||
format:
|
fmt: "the-field-%s"
|
||||||
fmt: "the-field-%s"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Regular expression type
|
#### Regular expression type
|
||||||
|
|
|
@ -1534,8 +1534,7 @@ patches:
|
||||||
- type: string
|
- type: string
|
||||||
string:
|
string:
|
||||||
type: Format
|
type: Format
|
||||||
format:
|
fmt: "the-field-%s"
|
||||||
fmt: "the-field-%s"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Regular expression type
|
#### Regular expression type
|
||||||
|
|
Loading…
Reference in New Issue