fix grammar errors & typos (#2493)

This commit is contained in:
Shuchang Zheng
2025-05-28 00:21:50 -07:00
committed by GitHub
parent 3d1572f462
commit 1d1827059c
16 changed files with 22 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ print(task)
More API & SDK information can be found in the [API Reference](/api-reference) section.
### Run Task Locally
You can also run browser tasks locally in your python code but it takes a bit more effort to set up the environment:
You can also run browser tasks locally in your Python code, though it takes a bit more effort to set up the environment:
1. **Configure Skyvern** Run the setup wizard which will guide you through the configuration process, including Skyvern [MCP](/integrations/mcp) integration. This will generate a `.env` as the configuration settings file.
```bash