Explorar el Código

docs: fix typo (#982)

Timo Clasen hace 7 meses
padre
commit
535d79b64c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/web/src/content/docs/docs/cli.mdx

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

@@ -66,7 +66,7 @@ Logs you into a provider and saves them in the credentials file in `~/.local/sha
 opencode auth login
 opencode auth login
 ```
 ```
 
 
-When opencode starts up it will loads the providers from the credentials file. And if there are any keys defined in your environments or a `.env` file in your project.
+When opencode starts up it loads the providers from the credentials file. And if there are any keys defined in your environments or a `.env` file in your project.
 
 
 ---
 ---