Skip to content

Commit

Permalink
docs(website): reword landing page section sentence (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxaviud authored Jul 3, 2021
1 parent beb862b commit 9d0491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const ResolversSection = props => (
{
title: "Create resolvers",
content:
"Implement queries and mutation just like a normal class methods! Dependency injection support and decorators abstraction provides great separation of business logic from the underlying transport layer.<br><br>That gives you really easy testability, so you can just provide mocks of dependencies to prevent side effects and unit test your resolvers like a simple services which methods only take some parameters and return results.",
"Implement queries and mutations as normal class methods! Dependency injection support and decorators abstraction provides great separation of business logic from the underlying transport layer.<br><br>That gives you really easy testability, so you can just provide mocks of dependencies to prevent side effects and unit test your resolvers like a simple services which methods only take some parameters and return results.",
},
]}
/>
Expand Down

0 comments on commit 9d0491c

Please sign in to comment.