From f5c77c175555ebc8806b05d09b6780da8ea7821c Mon Sep 17 00:00:00 2001 From: Wingman4l7 Date: Tue, 15 Dec 2020 13:00:46 -0800 Subject: [PATCH] typo and grammar fix --- jsonnet.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonnet.html.markdown b/jsonnet.html.markdown index 9fe4edbe..241caf5f 100644 --- a/jsonnet.html.markdown +++ b/jsonnet.html.markdown @@ -124,7 +124,7 @@ local obj5 = { }; assert obj5 == {}; -# a jsonnet doucment have to evaluate to something +# a jsonnet document has to evaluate to something # be it an object, list, number or just string literal "FIN"