Skip to content

Commit b032201

Browse files
committed
Correct typo in docs
1 parent 516f73c commit b032201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ A **Source Artifact** is a unit of source code that build/publish-style actions
105105

106106
When a source artifact includes FineCode configuration — a `pyproject.toml` with a `[tool.finecode]` section — the Workspace Manager discovers it automatically under the workspace roots provided by the client. Some CLI flags and protocol fields still use the word “project” for compatibility.
107107

108-
### Soruce Artifact identification
108+
### Source Artifact identification
109109

110110
The canonical external identifier for a source artifact is its **absolute directory path** (e.g. `/home/user/myrepo/my_package`). This is always unique, language-agnostic, and is what `list_projects` returns in the `path` field. All WM API consumers (LSP, MCP, JSON-RPC) use paths.
111111

0 commit comments

Comments
 (0)