diff --git a/docs/index.md b/docs/index.md
index 3be09c7..1536496 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -477,7 +477,7 @@ putUser = getUser
}
```
-This way, we can define the `putUser` Endpoint by simply modifying `getUser` and without repeating our self.
+This way, we can define the `putUser` Endpoint by simply modifying `getUser` and avoid repeating our self.
## Matchpoint
diff --git a/docs/pages/index.html b/docs/pages/index.html
index bb7f1ca..948106f 100644
--- a/docs/pages/index.html
+++ b/docs/pages/index.html
@@ -476,7 +476,7 @@ class="sourceCode haskell"> ... -- The appropriate responses for a PUT request
}
This way, we can define the putUser
Endpoint by simply
-modifying getUser
and without repeating our self.
getUser
and avoid repeating our self.
A Matchpoint is a pattern that matches on Request values.