Skip to content

Commit

Permalink
Use cannot instead of can not
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Apr 12, 2024
1 parent 2909dce commit b2f4091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/en/docs/concepts/disruption.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
{{% /alert %}}

{{% alert title="Warning" color="warning" %}}
`consolidateAfter` can **not** be set if `consolidationPolicy` is `WhenUnderutilized`. See [kubernetes-sigs/karpenter#735](https://github.com/kubernetes-sigs/karpenter/issues/735) for more information.
`consolidateAfter` **cannot** be set if `consolidationPolicy` is set to `WhenUnderutilized`. See [kubernetes-sigs/karpenter#735](https://github.com/kubernetes-sigs/karpenter/issues/735) for more information.
{{% /alert %}}

### Consolidation
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/preview/concepts/disruption.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
{{% /alert %}}

{{% alert title="Warning" color="warning" %}}
`consolidateAfter` can **not** be set if `consolidationPolicy` is `WhenUnderutilized`. See [kubernetes-sigs/karpenter#735](https://github.com/kubernetes-sigs/karpenter/issues/735) for more information.
`consolidateAfter` **cannot** be set if `consolidationPolicy` is set to `WhenUnderutilized`. See [kubernetes-sigs/karpenter#735](https://github.com/kubernetes-sigs/karpenter/issues/735) for more information.
{{% /alert %}}

### Consolidation
Expand Down

0 comments on commit b2f4091

Please sign in to comment.