From c5709128e254849fa3a3d30782105e9a4f2f9ba3 Mon Sep 17 00:00:00 2001 From: Andreas Beder Date: Mon, 18 Feb 2019 09:26:02 +0100 Subject: [PATCH] docs: Update README.md (#470) small typo / syntax error in one example ### Fix - [ x] All tests passed --- docs/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index bd6fa9b9..42eac44f 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -344,7 +344,7 @@ export default { chartdata: { type: Object, default: null - } + }, options: { type: Object, default: null