From c6b20eb1c0cfa0dbbb16f0511999cb08847648f1 Mon Sep 17 00:00:00 2001 From: Denis Date: Fri, 25 Oct 2019 23:43:33 +0800 Subject: [PATCH] docs: fix typo (#473) --- docs/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/README.md b/docs/api/README.md index 24f746e..de1beaa 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -691,7 +691,7 @@ When using SSR it is required to define a [`vmid`](/api/#tagidkeyname) property The vmid is needed to resolve the corresponding callback for that element on hydration ::: -The callback attribute should specificy a function which is called once the corresponding tag has been loaded (i.e. the onload event is triggered). Use this to chain javascript if one depends on the other. +The callback attribute should specify a function which is called once the corresponding tag has been loaded (i.e. the onload event is triggered). Use this to chain javascript if one depends on the other. ```js {