Skip to content

Commit ac99133

Browse files
authored
Merge pull request #6740 from HobbitCodes/master
Update spelling mistake
2 parents 8ad8f0d + 15aa264 commit ac99133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ If you don't find a particular feature in the react-admin documentation, it prob
229229

230230
## Principle Of Least Documentation
231231

232-
None reads docs. It's an unfortunate fact that we have learned to live with.
232+
No one reads docs. It's an unfortunate fact that we have learned to live with.
233233

234234
So when we design a new feature, we try to do it in the most intuitive way for developers. We keep the API minimal (see above). We copy the API of well-known libraries. We throw errors with helpful and explicit messages. We provide TypeScript types and JSDoc to help developers discover the API from within their IDE. We publish live examples with commented code.
235235

0 commit comments

Comments
 (0)