Skip to content

Commit 186422f

Browse files
committed
Reword context params bit
1 parent def6982 commit 186422f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ doesn't exist then nothing will be output.
2828
### Parameters
2929

3030
You can pass parameters to your atom which will be exposed within the atom. The
31-
current template context is NOT passed to the atom, so any global variables will
32-
have to be passed manually.
31+
current template context is NOT passed to the atom, so any variables defined
32+
outside will have to be passed manually.
3333

3434
```twig
3535
{% x:my-atom { heading: "Hello world!" } %}

0 commit comments

Comments
 (0)