summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs
diff options
context:
space:
mode:
authorDidier Durand <[email protected]>2025-12-26 17:21:33 +0100
committerGitHub <[email protected]>2025-12-26 10:21:33 -0600
commitcf388847786fca1c9820f2a386056ddf0dce08c0 (patch)
treef2bb55f650fc78422ec0b8c5bdd04dd2cacc85f6 /packages/web/src/content/docs
parent2946a6d9a78466c19637cb75473769b1deb6f03e (diff)
downloadopencode-cf388847786fca1c9820f2a386056ddf0dce08c0.tar.gz
opencode-cf388847786fca1c9820f2a386056ddf0dce08c0.zip
doc: fix typos in various files (#6196)
Diffstat (limited to 'packages/web/src/content/docs')
-rw-r--r--packages/web/src/content/docs/formatters.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/formatters.mdx b/packages/web/src/content/docs/formatters.mdx
index c2c01836b..885a95da9 100644
--- a/packages/web/src/content/docs/formatters.mdx
+++ b/packages/web/src/content/docs/formatters.mdx
@@ -30,7 +30,7 @@ OpenCode comes with several built-in formatters for popular languages and framew
| ocamlformat | .ml, .mli | `ocamlformat` command available and `.ocamlformat` config file |
| terraform | .tf, .tfvars | `terraform` command available |
| gleam | .gleam | `gleam` command available |
-| oxfmt (Experimental) | .js, .jsx, .ts, .tsx | `oxfmt` dependency in `package.json` and an [experiental env variable flag](/docs/cli/#experimental) |
+| oxfmt (Experimental) | .js, .jsx, .ts, .tsx | `oxfmt` dependency in `package.json` and an [experimental env variable flag](/docs/cli/#experimental) |
So if your project has `prettier` in your `package.json`, OpenCode will automatically use it.