doc: correct typos and spelling (#237098)

This commit is contained in:
Andrew 2023-06-10 17:15:43 -07:00 committed by GitHub
parent 30a6ecff17
commit 1b6f640687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@ let
if v == true then ''"yes"''
else if v == false then ''"no"''
else if isString v then ''"${v}"''
# and delegats all other values to the default generator
# and delegates all other values to the default generator
else generators.mkValueStringDefault {} v;
} ":";
};