1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 16:26:53 +02:00

Merge pull request #4072 from Wingman4l7/patch-1

[jsonnet/en] typo and grammar fix
This commit is contained in:
Divay Prakash
2020-12-16 22:34:29 +05:30
committed by GitHub

View File

@@ -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"