Merge pull request #721 from jly36963/fix-environment-spelling

docs: environment spelling
This commit is contained in:
Sunli 2021-11-24 07:36:26 +08:00 committed by GitHub
commit ee29386a33

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`.