Skip to content

Commit 15aa264

Browse files
authored
Update Architecture.md
Amended to No one
1 parent ab91b4c commit 15aa264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Architecture.md

+2-2
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-
Noone 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

@@ -267,7 +267,7 @@ You can build your own distribution of react-admin by combining different packag
267267

268268
## Backward Compatibility Is More Important Than New Features
269269

270-
No one of us like to update the code of our apps just because an underlying library has published a breaking change. React-admin does its best to avoid losing developers' time.
270+
None of us like to update the code of our apps just because an underlying library has published a breaking change. React-admin does its best to avoid losing developers' time.
271271

272272
Some of the components may have a weird API. That's probably for historical reasons. We prefer to keep the backward compatibility as high as possible - sometimes at the cost of API consistency.
273273

0 commit comments

Comments
 (0)