diff --git a/basics_dev/style-guide.md b/basics_dev/style-guide.md
index 81e7a40c..0902cdda 100644
--- a/basics_dev/style-guide.md
+++ b/basics_dev/style-guide.md
@@ -9,7 +9,7 @@ Style Guide
 
 ## Fonts
 
-Currently Qubes OS is using the following fonts for our website, branding, and other public facing (non-OS) materials. The OS itself uses what is normal for a users desktop environment of choice.
+Currently Qubes OS is using the following fonts for our website, branding, and other public facing (non-OS) materials. The OS itself uses what is normal for a user's desktop environment of choice.
 
 <div class="styleguide">
 {% for font in site.data.styleguide.fonts %}
@@ -28,7 +28,7 @@ Currently Qubes OS is using the following fonts for our website, branding, and o
 
 ## Colors
 
-The following **grayscale** colors are currently used on the Qubes website, documentation, and will eventually match colors within the OS itself.
+The following **grayscale** colors are currently used on the Qubes website and documentation, and will eventually match colors within the OS itself.
 
 <div class="styleguide">
 {% for color in site.data.styleguide.colors %}
@@ -42,7 +42,7 @@ The following **grayscale** colors are currently used on the Qubes website, docu
 {% endfor %}
 </div>
 
-The following **colors** are currently being used on the Qubes website, documentation, and will eventually match the colors within the OS itself!
+The following **colors** are currently being used on the Qubes website and documentation, and will eventually match the colors within the OS itself!
 
 <div class="styleguide">
 {% for color in site.data.styleguide.colors %}