diff --git a/src/guide/custom-directive.md b/src/guide/custom-directive.md index 60fb55402d..7ee4ae33eb 100644 --- a/src/guide/custom-directive.md +++ b/src/guide/custom-directive.md @@ -140,7 +140,7 @@ Our custom directive is now flexible enough to support a few different use cases

Scroll down the page

-

Stick me 200px from the {{ direction }} of the page

+

Stick me {{ pinPadding + 'px' }} from the {{ direction }} of the page

```