diff --git a/docs/en/src/context.md b/docs/en/src/context.md index 1da88322..576c5957 100644 --- a/docs/en/src/context.md +++ b/docs/en/src/context.md @@ -1,6 +1,6 @@ # Context -The main goal of `Context` is to acquire global data attached to Schema. **Note that if the return value of resolver function is borrowed from `Context`, you need to explictly state the lifetime of the argument.** +The main goal of `Context` is to acquire global data attached to Schema. **Note that if the return value of resolver function is borrowed from `Context`, you need to explicitly state the lifetime of the argument.** The following example shows how to borrow data in `Context`. @@ -18,4 +18,4 @@ impl Query { ctx.data:: } } -``` \ No newline at end of file +```