diff options
author | Erik Michelson | 2020-07-02 21:39:34 +0200 |
---|---|---|
committer | Erik Michelson | 2020-07-02 21:40:30 +0200 |
commit | 7346a67d85fa43b1a478746b0a426c3ae27ce07f (patch) | |
tree | 0773af3ed5dac1b49c4020076aa24777d6b8659a /public/docs | |
parent | 3cc957a88b3b434edbc9db072c7259d188333c9a (diff) |
Fixed yaml-metadata docs
In the yaml-metadata docs, the example for the 'lang' attribute had an invalid key 'langs'.
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
Diffstat (limited to 'public/docs')
-rw-r--r-- | public/docs/yaml-metadata.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/docs/yaml-metadata.md b/public/docs/yaml-metadata.md index f09591bc..abf73642 100644 --- a/public/docs/yaml-metadata.md +++ b/public/docs/yaml-metadata.md @@ -77,7 +77,7 @@ https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes **Example** ```yml -langs: ja-jp +lang: ja-jp ``` dir |