소스 검색

docs: Update plugins.mdx (#1690)

Max Pod 6 달 전
부모
커밋
d1208bf0a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/web/src/content/docs/docs/plugins.mdx

+ 1 - 1
packages/web/src/content/docs/docs/plugins.mdx

@@ -18,7 +18,7 @@ functions. Each function receives a context object and returns a hooks object.
 
 Plugins are loaded from:
 
-1. `.opencode/plugin` directory either in your proejct
+1. `.opencode/plugin` directory either in your project
 2. Or, globally in `~/.config/opencode/plugin`
 
 ---