From 34ca6cb784c1baf03088547f0f98259c1a25d307 Mon Sep 17 00:00:00 2001 From: Floris Bernard Date: Fri, 14 Dec 2018 12:07:47 +0100 Subject: [PATCH] Fix small error in API docs --- docs/api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 98c14fd..db7769d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -203,8 +203,7 @@ the initial render on the client. ##### `initMode: string`{: .fs-4 } {: .no_toc } -Either of the modes `MODE_PREPARE` or `MODE_INIT_SELF` as defined in the `initMode` export of -this module +Either of the modes `MODE_PREPARE` or `MODE_INIT_SELF` as defined in the exports of this module ### Example {: .no_toc }