Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 committed Sep 27, 2024
1 parent 2afaf91 commit d567cba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blog/news-and-updates/2024-07-24-update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This week, the agent documentation saw some significant revisions, specifically

- [JavaScript agent](/docs/current/developer-docs/developer-tools/off-chain/agents/javascript-agent)

- [Node.JS](/docs/current/developer-docs/developer-tools/off-chain/agents/nodejs)
- [Node.js](/docs/current/developer-docs/developer-tools/off-chain/agents/nodejs)

- [Rust agent](/docs/current/developer-docs/developer-tools/off-chain/agents/rust-agent)

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-docs/ai/ai-on-chain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Download MobileNet v2-7 to `src/backend/assets/mobilenetv2-7.onnx` by running th
./download_model.sh
```

Install Node.JS dependencies for the frontend:
Install Node.js dependencies for the frontend:

```
npm install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Calls made through the agent are intended to be structured through an actor and
To get started with `agent-js`, it is recommended that your development environment include:

- [x] IC SDK for canister creation and management.
- [x] Node JS (12, 14, or 16).
- [x] Node.js (12, 14, or 16).
- [x] A canister you want to experiment with.
  - Suggestions:
    - `dfx new` default project.
Expand Down

0 comments on commit d567cba

Please sign in to comment.