From 3a5d300e8d645b8d8bd02d15b4c1c50631269f2e Mon Sep 17 00:00:00 2001 From: KentarouTakeda Date: Mon, 8 Jul 2024 02:01:53 +0900 Subject: [PATCH] docs(helpers/css): remove duplicate text (#2214) Signed-off-by: KentarouTakeda --- source/docs/helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/helpers.md b/source/docs/helpers.md index c90d537526..bbfb95ede8 100644 --- a/source/docs/helpers.md +++ b/source/docs/helpers.md @@ -125,7 +125,7 @@ More info: [Gravatar](https://en.gravatar.com/site/implement/images/) ### css -Loads CSS files. `path` can be an array or a string. `path` can be a string, an array, an object or an array of objects. [`//`](/docs/configuration#URL) value is prepended while `.css` extension is appended to the `path` automatically. Use object type for custom attributes. +Loads CSS files. `path` can be a string, an array, an object or an array of objects. [`//`](/docs/configuration#URL) value is prepended while `.css` extension is appended to the `path` automatically. Use object type for custom attributes. ```js <%- css(path, ...) %>