Skip to content

Commit 02d5ead

Browse files
committed
chore: format typo
1 parent 14f7eed commit 02d5ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1818
| **no-relative-imports** | `**/*.py` | Enforce absolute imports in Python files |
1919
| **package-installation** | `**/pyproject.toml` | UV package management standards |
2020
| **uv-scripts** | `scripts/**/*.py` | Utility script standards with UV |
21-
| **examples-standards** | `examples/**/*` | Example requirements and organisation |
21+
| **examples-standards** | `examples/**/*` | Example requirements and organization |
2222

2323
## Project Overview
2424

@@ -114,7 +114,7 @@ toolset = StackOneToolSet(
114114
2. Parser automatically converts to tool definitions
115115
3. Test with `make test-tools`
116116

117-
### Modifying Tool Behaviour
117+
### Modifying Tool Behavior
118118

119119
- Core execution logic in `StackOneTool.execute()` method
120120
- HTTP configuration via `ExecuteConfig` class

0 commit comments

Comments
 (0)