This commit is contained in:
Philipp Kühn
2020-11-17 11:19:18 +01:00
parent 4c9650c24c
commit 8d516993a1

View File

@@ -226,7 +226,7 @@ Mark.create({
// add this mark to the 'basic' group // add this mark to the 'basic' group
group: 'basic', group: 'basic',
// add this mark to the 'basic' and the 'foobar' group // add this mark to the 'basic' and the 'foobar' group
group: 'foobar', group: 'basic foobar',
}) })
``` ```