diff --git a/website/pages/en/index.js b/website/pages/en/index.js
index dcfe4c2ad..80d767e2d 100644
--- a/website/pages/en/index.js
+++ b/website/pages/en/index.js
@@ -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.
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.
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.",
},
]}
/>