From 4093b2c0111369f9590d803c53a40b79ae2fd1dd Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 8 Jan 2020 09:06:52 -0500 Subject: Add codespell to validate spelling mistakes in code. Fix all errors found by codespell Signed-off-by: Daniel J Walsh --- pkg/hooks/docs/oci-hooks.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/hooks') diff --git a/pkg/hooks/docs/oci-hooks.5.md b/pkg/hooks/docs/oci-hooks.5.md index b50a6bddc..7d13ffa82 100644 --- a/pkg/hooks/docs/oci-hooks.5.md +++ b/pkg/hooks/docs/oci-hooks.5.md @@ -25,7 +25,7 @@ Tools consuming this format may also opt to monitor the hook directories for cha Hooks are injected in the order obtained by sorting the JSON file names, after converting them to lower case, based on their Unicode code points. For example, a matching hook defined in `01-my-hook.json` would be injected before matching hooks defined in `02-another-hook.json` and `01-UPPERCASE.json`. -It is strongly recommended to make the sort oder unambiguous depending on an ASCII-only prefix (like the `01`/`02` above). +It is strongly recommended to make the sort order unambiguous depending on an ASCII-only prefix (like the `01`/`02` above). Each JSON file should contain an object with one of the following schemas. -- cgit v1.2.3-54-g00ecf