fix minor typo in Article I

This commit is contained in:
Govind Kamtamneni
2025-09-04 13:46:36 +00:00
committed by GitHub
parent b4833cb7ea
commit f077e90a24

View File

@@ -256,7 +256,7 @@ The constitution defines nine articles that shape every aspect of the developmen
#### Article I: Library-First Principle
Every feature must begin as a standalone library—no exceptions. This forces modular design from the start:
```
Every feature in Specify2 MUST begin its existence as a standalone library.
Every feature in Specify MUST begin its existence as a standalone library.
No feature shall be implemented directly within application code without
first being abstracted into a reusable library component.
```