Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-11 19:29:18 +0300
committerGitHub <noreply@github.com>2020-11-11 19:29:18 +0300
commit7ad8967367dcd6ebccb9569096ebec0f627e35ac (patch)
tree5969aa932d7813d01209f0999126b72f24aa4a85
parent3612a1e463a826364c340921b45dcc8bb3090e58 (diff)
browsers-devices: add `chomp` (#32116)
This is to remove any trailing newlines in the `.browserslistrc` shortcode
-rw-r--r--site/content/docs/5.0/getting-started/browsers-devices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/getting-started/browsers-devices.md b/site/content/docs/5.0/getting-started/browsers-devices.md
index 7dc0743b74..bdda154a30 100644
--- a/site/content/docs/5.0/getting-started/browsers-devices.md
+++ b/site/content/docs/5.0/getting-started/browsers-devices.md
@@ -16,7 +16,7 @@ You can find our supported range of browsers and their versions [in our `.browse
```text
{{< rf.inline >}}
-{{- readFile ".browserslistrc" | htmlEscape -}}
+{{- readFile ".browserslistrc" | chomp | htmlEscape -}}
{{< /rf.inline >}}
```