diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md
index 1094e25184..a5b31c0ca6 100644
--- a/site/content/docs/03-template-syntax.md
+++ b/site/content/docs/03-template-syntax.md
@@ -643,6 +643,8 @@ If you're using `bind:` directives together with `on:` directives, the order tha
Here we were binding to the value of a text input, which uses the `input` event. Bindings on other elements may use different events such as `change`.
+> Svelte bind attributes by JavaScript, so sometimes binding order is important. For example, ``, the value will be 1 because `step` is set after `value` is set. In this example, `value` should set at the last.
+
##### Binding `