diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-12-16 22:34:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 22:34:29 +0530 |
commit | ab85932812de0ee13707400c69ffa90bd619aea6 (patch) | |
tree | 8e2bc9a1f4c9338c9d62c8ebea79e37f1ccfb07f | |
parent | f6a36081355c8a266b024888aaacb4abf18394a1 (diff) | |
parent | f5c77c175555ebc8806b05d09b6780da8ea7821c (diff) |
Merge pull request #4072 from Wingman4l7/patch-1
[jsonnet/en] typo and grammar fix
-rw-r--r-- | jsonnet.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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" |