diff options
| author | David Xia <davidxia@users.noreply.github.com> | 2018-08-09 15:18:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-09 15:18:19 -0400 |
| commit | f7a96973a4a1944f406d1661fd3f4d52ecfbdf41 (patch) | |
| tree | 68efc8fcf81ebdae8e313e5b38d0dfd9a9756749 | |
| parent | b058ef6b3edf0e532acbe9aa439ef900792a1936 (diff) | |
Fix typo in resource-qos.md
| -rw-r--r-- | contributors/design-proposals/node/resource-qos.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/node/resource-qos.md b/contributors/design-proposals/node/resource-qos.md index 238a9dac..82ddef09 100644 --- a/contributors/design-proposals/node/resource-qos.md +++ b/contributors/design-proposals/node/resource-qos.md @@ -95,7 +95,7 @@ When `limits` are not specified, they default to the node capacity. Examples: -Container `bar` has not resources specified. +Container `bar` has no resources specified. ```yaml containers: |
