docs: environment spelling

This commit is contained in:
Landon Yarrington 2021-11-23 13:48:51 -07:00
parent d8d8d59ec9
commit c7e4941986
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ The main goal of `Context` is to acquire global data attached to Schema and also
## Store Data
Inside the `Context` you can put global data, like environnement variables, db connection pool, whatever you may need in every query.
Inside the `Context` you can put global data, like environment variables, db connection pool, whatever you may need in every query.
The data must implement `Send` and `Sync`.