We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def6982 commit 186422fCopy full SHA for 186422f
1 file changed
README.md
@@ -28,8 +28,8 @@ doesn't exist then nothing will be output.
28
### Parameters
29
30
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.
+current template context is NOT passed to the atom, so any variables defined
+outside will have to be passed manually.
33
34
```twig
35
{% x:my-atom { heading: "Hello world!" } %}
0 commit comments