Skip to content

Commit 315ce85

Browse files
committed
SQUASH: typo
1 parent 95319b5 commit 315ce85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ is not a structural schema because of the following violations:
240240
* `bar` inside of `anyOf` is not specified outside (rule 2).
241241
* `bar`'s `type` is within `anyOf` (rule 3).
242242
* the description is set within `anyOf` (rule 3).
243-
* `metadata.finalizer` might now be restricted (rule 4).
243+
* `metadata.finalizer` might not be restricted (rule 4).
244244

245245
In contrast, the following, corresponding schema is structural:
246246
```yaml
@@ -392,7 +392,7 @@ json:
392392
something: x
393393
```
394394

395-
This means that the `something` field in the specifed `spec` object is pruned, but everything outside is not.
395+
This means that the `something` field in the specified `spec` object is pruned, but everything outside is not.
396396

397397
### IntOrString
398398

0 commit comments

Comments
 (0)