Skip to content

Commit 36fbb85

Browse files
authored
Merge pull request #21 from thegovind/main
fix minor typo in constitution's Article I
2 parents b4833cb + f077e90 commit 36fbb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec-driven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ The constitution defines nine articles that shape every aspect of the developmen
256256
#### Article I: Library-First Principle
257257
Every feature must begin as a standalone library—no exceptions. This forces modular design from the start:
258258
```
259-
Every feature in Specify2 MUST begin its existence as a standalone library.
259+
Every feature in Specify MUST begin its existence as a standalone library.
260260
No feature shall be implemented directly within application code without
261261
first being abstracted into a reusable library component.
262262
```

0 commit comments

Comments
 (0)