Skip to content

Commit

Permalink
browsers-devices: add chomp (#32116)
Browse files Browse the repository at this point in the history
This is to remove any trailing newlines in the `.browserslistrc` shortcode
  • Loading branch information
XhmikosR authored Nov 11, 2020
1 parent 3612a1e commit 7ad8967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/getting-started/browsers-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
```

Expand Down

0 comments on commit 7ad8967

Please sign in to comment.