From 4d7b9ef73655255ba922afbf13e31ca898c83a67 Mon Sep 17 00:00:00 2001 From: Landon Yarrington Date: Tue, 23 Nov 2021 13:48:51 -0700 Subject: [PATCH] docs: environment spelling --- docs/en/src/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/src/context.md b/docs/en/src/context.md index 35c539dc..790e4325 100644 --- a/docs/en/src/context.md +++ b/docs/en/src/context.md @@ -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`.