Skip to content

Commit

Permalink
docs: fix properties typo (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
neonVoice authored and manniL committed Nov 20, 2019
1 parent e54bf54 commit 12645a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/chaining.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 12645a9

Please sign in to comment.