From 077d0e8d2d8271f8811db48780917f5e8a0e090a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Mon, 7 Apr 2025 20:18:08 +0200 Subject: [PATCH] Consistency with comments --- site/content/docs/5.3/getting-started/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/getting-started/webpack.md b/site/content/docs/5.3/getting-started/webpack.md index 5b2ed561d5..74963e79e1 100644 --- a/site/content/docs/5.3/getting-started/webpack.md +++ b/site/content/docs/5.3/getting-started/webpack.md @@ -206,7 +206,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first loader: 'sass-loader', options: { sassOptions: { - // optional: silencing Sass deprecation warnings, see note below + // Optional: Silence Sass deprecation warnings. See note below. silenceDeprecations: [ 'mixed-decls', 'color-functions',