mirror of https://github.com/crossplane/docs.git
Fix incorrect string format example in documentation
Signed-off-by: youyongsong <youyongsong@gmail.com>
This commit is contained in:
parent
ac61c7ee68
commit
29e13f3112
|
@ -1535,8 +1535,7 @@ patches:
|
|||
- type: string
|
||||
string:
|
||||
type: Format
|
||||
format:
|
||||
fmt: "the-field-%s"
|
||||
fmt: "the-field-%s"
|
||||
```
|
||||
|
||||
#### Regular expression type
|
||||
|
|
|
@ -1534,8 +1534,7 @@ patches:
|
|||
- type: string
|
||||
string:
|
||||
type: Format
|
||||
format:
|
||||
fmt: "the-field-%s"
|
||||
fmt: "the-field-%s"
|
||||
```
|
||||
|
||||
#### Regular expression type
|
||||
|
|
Loading…
Reference in New Issue