diff options
author | 2023-09-08 22:19:33 +0200 | |
---|---|---|
committer | 2023-09-08 13:19:33 -0700 | |
commit | 61569fab802eb3f894b308deec786ee08279d778 (patch) | |
tree | 248f7585571863eb5325fa6753d2a897384965f3 | |
parent | 0887825f54663b354d6562db4dbb47ed15e5d164 (diff) | |
download | bun-61569fab802eb3f894b308deec786ee08279d778.tar.gz bun-61569fab802eb3f894b308deec786ee08279d778.tar.zst bun-61569fab802eb3f894b308deec786ee08279d778.zip |
docs(template.md): spelling (#4614)
-rw-r--r-- | docs/templates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.md b/docs/templates.md index d60ea692c..c80caa153 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -184,7 +184,7 @@ The following fields are supported. Each of these can correspond to a string or {% /table %} -After cloniing a template, `bun create` will automatically remove the `"bun-create"` section from `package.json` before writing it to the destination folder. +After cloning a template, `bun create` will automatically remove the `"bun-create"` section from `package.json` before writing it to the destination folder. ## Reference |