Skip to content

Commit 0edd0e5

Browse files
authored
Merge pull request cncf-tags#273 from klihub/fixes/doc/error-handling-grammar
SPEC.md: minor grammar fix in error handling section.
2 parents 6436901 + abd4e57 commit 0edd0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The `containerEdits` field has the following definition:
254254
## Error Handling
255255
* Kind requested is not present in any CDI file.
256256
Container runtimes should surface an error when a non-existent kind is requested.
257-
* Device (not device node) Requested does not exist.
257+
* Device (not device node) Requested device does not exist.
258258
Container runtimes should surface this error when a non existent device is requested.
259259
* "Resource" does not exist (e.g: Mount, Hook, ...).
260260
Container runtimes should surface this error when a non-existent "resource" is requested (e.g: at "run" time).

0 commit comments

Comments
 (0)