summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-08-06 15:45:14 -0400
committerJay V <[email protected]>2025-08-06 15:45:16 -0400
commite01a540b08586d50e9a0cc94b22ee79bf93c777d (patch)
treeebbbbcf2031c27c046f7e07918fb27f7a4d07f48
parent54457e48bba062fc5a678efaa7421eab703434fc (diff)
downloadopencode-e01a540b08586d50e9a0cc94b22ee79bf93c777d.tar.gz
opencode-e01a540b08586d50e9a0cc94b22ee79bf93c777d.zip
docs: typos
-rw-r--r--packages/web/src/content/docs/docs/index.mdx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/docs/index.mdx b/packages/web/src/content/docs/docs/index.mdx
index fd193ffd7..15ed855a8 100644
--- a/packages/web/src/content/docs/docs/index.mdx
+++ b/packages/web/src/content/docs/docs/index.mdx
@@ -251,10 +251,10 @@ changes.
### Undo changes
-Let's say you ask opencode to makes some changes.
+Let's say you ask opencode to make some changes.
```txt frame="none"
-Can you refator the function in @packages/functions/src/api/index.ts?
+Can you refactor the function in @packages/functions/src/api/index.ts?
```
But you realize that it is not what you wanted. You **can undo** the changes
@@ -268,7 +268,7 @@ opencode will now revert the changes you made and show your original message
again.
```txt frame="none"
-Can you refator the function in @packages/functions/src/api/index.ts?
+Can you refactor the function in @packages/functions/src/api/index.ts?
```
From here you can tweak the prompt and ask opencode to try again.