diff --git a/packages/docs/src/en/directives/bind.md b/packages/docs/src/en/directives/bind.md index cc5b81d1f..9bcaa4f9e 100644 --- a/packages/docs/src/en/directives/bind.md +++ b/packages/docs/src/en/directives/bind.md @@ -24,6 +24,8 @@ If `x-bind:` is too verbose for your liking, you can use the shorthand: `:`. For ``` +> Despite not being included in the above snippet, `x-bind` cannot be used if no parent element has `x-data` defined. [→ Read more about `x-data`](/directives/data) + ## Binding classes diff --git a/packages/docs/src/en/directives/for.md b/packages/docs/src/en/directives/for.md index 4803071b9..97df4d23c 100644 --- a/packages/docs/src/en/directives/for.md +++ b/packages/docs/src/en/directives/for.md @@ -51,7 +51,7 @@ You may also pass objects to `x-for`. There are two rules worth noting about `x-for`: ->`x-for` MUST be declared on a `