Skip to content

Commit

Permalink
Merge pull request #6740 from HobbitCodes/master
Browse files Browse the repository at this point in the history
Update spelling mistake
  • Loading branch information
fzaninotto committed Nov 2, 2021
2 parents 8ad8f0d + 15aa264 commit ac99133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ If you don't find a particular feature in the react-admin documentation, it prob

## Principle Of Least Documentation

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

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.

Expand Down

0 comments on commit ac99133

Please sign in to comment.