From 8d516993a1b331836c4406b6242bee1b5334fde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 17 Nov 2020 11:19:18 +0100 Subject: [PATCH] fix text --- docs/src/docPages/api/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/api/schema.md b/docs/src/docPages/api/schema.md index e31abcdb..22d101a8 100644 --- a/docs/src/docPages/api/schema.md +++ b/docs/src/docPages/api/schema.md @@ -226,7 +226,7 @@ Mark.create({ // add this mark to the 'basic' group group: 'basic', // add this mark to the 'basic' and the 'foobar' group - group: 'foobar', + group: 'basic foobar', }) ```