From f6e2fbe232c11c79910b06c20d0c94250aaa29a1 Mon Sep 17 00:00:00 2001 From: Nilesh Mali <44889195+nm-infy@users.noreply.github.com> Date: Mon, 1 Jun 2020 16:31:04 +0530 Subject: [PATCH] correct spelling in context.md --- docs/en/src/context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```