Skip to content

Commit 3b765e2

Browse files
committed
added a small fix for a typo
1 parent 231773a commit 3b765e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ When using services & selectors, all of your APIs should look simple & identical
919919
- **Don't do business logic in your API.**
920920
- You can do **object fetching / data manipulation in your APIs** (potentially, you can extract that to somewhere else).
921921
- If you are calling `some_service` in your API, you can extract object fetching / data manipulation to `some_service_parse`.
922-
- Basically, keep the APIs are simple as possible. They are an interface towards your core business logic.
922+
- Basically, keep the APIs as simple as possible. They are an interface towards your core business logic.
923923

924924
When we are talking about APIs, we need a way to deal with data serialization - both incoming & outgoing data.
925925

0 commit comments

Comments
 (0)