From 6c2d2986f7b8deebdaffb196c5e508d27dca5500 Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Mon, 27 Feb 2023 10:30:58 -0500 Subject: [PATCH] Fix copy pasta in docs (#497) --- apps/website/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/docs/configuration.md b/apps/website/docs/configuration.md index e66518f..480d311 100644 --- a/apps/website/docs/configuration.md +++ b/apps/website/docs/configuration.md @@ -32,7 +32,7 @@ A static number or function that returns a number which determines how wide the Default: `null` -A static number or function that returns a number which determines how wide the columns are (in pixels). +Set a delimiter to parse the `data-groups` attribute with using `String.prototype.split()`, instead of using `JSON.parse()`. For example, if your HTML was `data-groups="nature,city"`, you could set `delimiter: ','`. ### `easing` [string]