docs: place comma (,) in the correct position

While reading the docs (on Customization page), I found the placement
of the comma (,) kind of weird, so I did some research and found out a more
appropiate placement for it.

One of the consulted websites was: https://www.grammarly.com/blog/comma-before-or/
This commit is contained in:
Edwing123 2023-02-03 03:36:49 -06:00
parent 08da409d07
commit 9e64d63edc
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<head>
${require('./_head.html')
title="Customization"
description="You can customize themes with SCSS or, you can edit the CSS variables. All Pico's styles and colors are set with CSS custom properties (variables)."
description="You can customize themes with SCSS, or you can edit the CSS variables. All Pico's styles and colors are set with CSS custom properties (variables)."
canonical="customization.html"
}
</head>