diff --git a/docs/usage/auth.md b/docs/usage/auth.md
index 2f234f61..fa6529ea 100644
--- a/docs/usage/auth.md
+++ b/docs/usage/auth.md
@@ -2,7 +2,7 @@
#### Configuring API keys
-Get your API keys from here
+Get your API keys from here
Configure these keys in a file named `keys.conf` in the same directory as your python script exists
@@ -27,4 +27,4 @@ client = FivePaisaClient(email="random_email@xyz.com", passwd="password", dob="Y
client.login()
```
-After successful authentication, you should get a `Logged in!!` message.
\ No newline at end of file
+After successful authentication, you should get a `Logged in!!` message.