From 22ebd5b63f7c7b2d5e16b51e2596411f651e1fbd Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Fri, 16 Dec 2022 11:46:17 -0800 Subject: [PATCH] fix(docs): Better definition for pattern context setting --- markdown/dev/reference/api/part/draft/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/reference/api/part/draft/en.md b/markdown/dev/reference/api/part/draft/en.md index b0dbab3eb25..c9936bf1771 100644 --- a/markdown/dev/reference/api/part/draft/en.md +++ b/markdown/dev/reference/api/part/draft/en.md @@ -32,7 +32,7 @@ access the following properties: | `sa` | Access to `settings.sa` | | `scale` | Access to `settings.scale` | || **_Access to utilities_** | -| `context` | The pattern context | +| `context` | Allows access to the pattern object and other things higher in the tree | | `getId` | See [the getId documentation](/reference/api/part/getid) | | `hide` | See [the hide documentation](/reference/api/part/hide) | | `log` | See [the logging documentation](/reference/api/store/log) |