From a7ba3d22ed9d81a28015551a9bb190653d5aee89 Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 20 Nov 2019 20:22:49 +0300 Subject: [PATCH] fixed typo, proerties -> properties --- docs/faq/chaining.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/chaining.md b/docs/faq/chaining.md index 2f142ba9..7131830e 100644 --- a/docs/faq/chaining.md +++ b/docs/faq/chaining.md @@ -1,6 +1,6 @@ # How to chain metaInfo which are depending on each other -Since v2.1 you can add a [callback attribute](/api/#callback-since-v2-1) to your metaInfo proerties which you can use to chain loading. +Since v2.1 you can add a [callback attribute](/api/#callback-since-v2-1) to your metaInfo properties which you can use to chain loading. If you e.g. need to load an external script before you can implement functionality based on that external script, you can use the [callback](/api/#callback-since-v2-1) and [skip](/api/#skip-since-v2-1) attributes to implement chaining of those scripts. See the API entry of the callback attribute for an [example](/api/#callback-since-v2-1)