Skip to content

Commit

Permalink
Fix Typographical Errors in Documentation (#3656)
Browse files Browse the repository at this point in the history
* Update contributing.md

* Update characterfile.md
  • Loading branch information
leopardracer authored Feb 25, 2025
1 parent a4cb8cd commit 5b21cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ By contributing to elizaOS, you agree that your contributions will be licensed u
This section lists the title prefix we use to help us track and manage pull requests. These prefixes must be lower case

- `fix` - Issues that fixes bugs.
- `feat` - New feature, updates or improvemnts.
- `feat` - New feature, updates or improvements.
- `docs` - Issues or pull requests related to documentation.
- `chore` - General repo maintenance

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/core/characterfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Character files are JSON-formatted configurations that define AI agent personas,

```json
{
"name": "character_name", // Character's display name for identifcation and in conversations
"name": "character_name", // Character's display name for identification and in conversations
"modelProvider": "openai", // AI model provider (e.g., anthropic, openai, groq, mistral, google)
"clients": ["discord", "direct"], // Supported client types
"plugins": [], // Array of plugins to use
Expand Down

0 comments on commit 5b21cc7

Please sign in to comment.