Skip to content

Commit 38203cd

Browse files
committed
fix typo
1 parent c1fef5e commit 38203cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ You have to set `JWT_SECRET=secret` to enable jwt. The jwt payload must match th
176176
}
177177
```
178178

179-
This activates authorization in the `/schema/push` endpoint. Only the client with the valid jwt is be able to register schemas in the name of the services. The client will have access to all availale graphs. You can use [jwt.io](https://jwt.io/) to construct a jwt.
179+
This activates authorization in the `/schema/push` endpoint. Only the client with the valid jwt is be able to register schemas in the name of the services. The client will have access to all available graphs. You can use [jwt.io](https://jwt.io/) to construct a jwt.
180180

181181
### Development
182182

0 commit comments

Comments
 (0)