Skip to content

Commit

Permalink
docs: Few typos fixed (#1286)
Browse files Browse the repository at this point in the history
* DOC: typo thee -> the

* DOC: Typo Hot -> How
  • Loading branch information
asishm authored Jul 22, 2024
1 parent 35b08f8 commit e011e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/library.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you want to learn more about the `SmartDataframe` class, check out this video

[![Intro to SmartDataframe](https://cdn.loom.com/sessions/thumbnails/1ec1b8fbaa0e4ae0ab99b728b8b05fdb-00001.jpg)](https://www.loom.com/embed/1ec1b8fbaa0e4ae0ab99b728b8b05fdb?sid=7370854b-57c3-4f00-801b-69811a98d970 "Intro to the SmartDataframe")

### Hot to generate a BambooLLM API Token
### How to generate a BambooLLM API Token

In order to use BambooLLM, you need to generate an API token. Follow these simple steps to generate a token with [PandaBI](https://pandabi.ai):

Expand Down
2 changes: 1 addition & 1 deletion docs/platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Before you begin, ensure you have the following installed on your system:
cd pandas-ai
```

2. Copy thee `.env.example` file to `.env` in the client and server directories:
2. Copy the `.env.example` file to `.env` in the client and server directories:

```bash
cp client/.env.example client/.env
Expand Down

0 comments on commit e011e8f

Please sign in to comment.