Skip to content

Commit 6baeff0

Browse files
fixed another typo
1 parent c714df8 commit 6baeff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Design
1818
------
1919
**aiohttp_admin** using following design philosophy:
2020

21-
- backend and frontend of admin views are decoupled by REST API as
21+
- backend and frontend of admin views are decoupled by REST API as a
2222
result it is possible to change admin views without changing any **python**
2323
code. On browser side user interacts with single page application (ng-admin).
2424

2525
- admin views are database agnostic, if it is possible to implement REST API
26-
it should be strait forward to add admin views. Some filtering features may
26+
it should be straightforward to add admin views. Some filtering features may
2727
be disabled if database do not support some kind of filtering.
2828

2929

0 commit comments

Comments
 (0)