diff --git a/source/_patterns/01-global/06-break-hints/break-hints.md b/source/_patterns/01-global/06-break-hints/break-hints.md
index 83dea8490be2347bc13dd8b706f0b7bb3e00f918..f05cb9148f40503edae2923e6eb119c39c287742 100644
--- a/source/_patterns/01-global/06-break-hints/break-hints.md
+++ b/source/_patterns/01-global/06-break-hints/break-hints.md
@@ -2,4 +2,5 @@
 title: Break Hints
 ---
 ## Quick use
- {% include '@global/06-break-hints/break-hints.twig' %} in your template to use the break hints while you do development 
+ {% include '@global/06-break-hints/break-hints.twig' %} in your template to use
+ the break hints while you do development
diff --git a/source/_patterns/04-components/card/card--feature/card--feature.md b/source/_patterns/04-components/card/card--feature/card--feature.md
index 7ff3315611558c4626459148cc37bf88254beeb7..4a2eace22173afa5ffa4f8fdb289e3bc18703590 100644
--- a/source/_patterns/04-components/card/card--feature/card--feature.md
+++ b/source/_patterns/04-components/card/card--feature/card--feature.md
@@ -10,7 +10,7 @@ __Variables:__
 * date: [string] Date of the card.
 * read_more: [boolean] Whether to show the read more link.
 * footer: [string] Footer content of the card.
-* sources: [string] URL for the srcset of picture tag inside of responsive-image.
+* sources: [string] URL for the srcset of picture tag inside responsive-image.
 * img_element: [string] Url for the fallback image.
 * alt: [string] Alt text to the image used in the picture tag or fallback image.
 * content: [string] Content of the card.
diff --git a/source/_patterns/04-components/card/card.md b/source/_patterns/04-components/card/card.md
index 7dbd56e4e83ceff5b4f925b77c5581bbc4b5fc75..86fb1b46ddc43e89262e543eab9ffdf14c0a90fd 100644
--- a/source/_patterns/04-components/card/card.md
+++ b/source/_patterns/04-components/card/card.md
@@ -22,14 +22,14 @@ __Variables:__
     * short-datetime
 * read_more: [boolean] Whether to show the read more link.
 * footer: [string] Footer content of the card.
-* sources: [string] URL for the srcset of picture tag inside of responsive-image.
+* sources: [string] URL for the srcset of picture tag inside responsive-image.
 * img_element: [string] Url for the fallback image.
 * alt: [string] Alt text to the image used in the picture tag or fallback image.
 * content: [string] Content of the card.
 * social_media: [array] Social media icons that can be included to card
-    * text 
+    * text
     * url
-* social_media_placement: [string] Class name for where social media is placed"    
+* social_media_placement: [string] Class name for where social media is placed"
 * tags: [array] List of taxonomy tags
     * type: [string] Type of the tag, it will add class ".tag--type".
     * size: [string] Size of the tag, it will add class ".tag--size"
diff --git a/source/_patterns/04-components/facts-and-figures/facts-and-figures.md b/source/_patterns/04-components/facts-and-figures/facts-and-figures.md
index 3bc5dd4fc5b038d675ac6ac0bf615a88dfa23296..72d00ac6027c4f28378aaa1243ab230fd6a0e9a5 100644
--- a/source/_patterns/04-components/facts-and-figures/facts-and-figures.md
+++ b/source/_patterns/04-components/facts-and-figures/facts-and-figures.md
@@ -8,7 +8,7 @@ __Variables:__
     * id: [string] Unique id of the fact and figure.
     * show: [boolean] Show the bubbles on the fact and figure.
     * theme: [string] The theme/faculty to be applied to the fact and figure.
-    * text_align: [string] Which way the text on the fact and figure is to be align
+    * text_align: [string] Which way the text is to be aligned.
     * details: [array] Details about the text of the fact and figure.
         * icon/text: [string] Either the string of text or the URL of the icon.
         * type: [string] The type of text (big, medium, small or icon).
diff --git a/source/_patterns/04-components/tag-list/tag-list.md b/source/_patterns/04-components/tag-list/tag-list.md
index a5ea69a28057bff85df2cdd823da60e06e5811f8..a46932e2392d9ee2d7c2441f197426f34b86f18b 100644
--- a/source/_patterns/04-components/tag-list/tag-list.md
+++ b/source/_patterns/04-components/tag-list/tag-list.md
@@ -8,7 +8,8 @@ __Variables:__
 * list: [array] List items. Each item is an object containing:
   * url: [string] URL of the item.
   * title: [string] Title of the item.
-  * faculty: [string] One of the faculty variables wrapping the tag will make background color change 
+  * faculty: [string] One of the faculty variables wrapping the tag will make
+    background color change
       * org-ahs
       * org-art
       * org-eng
diff --git a/source/_patterns/04-components/tag/tag.md b/source/_patterns/04-components/tag/tag.md
index ca358fb386e96aa6cd324d0c2fc81b30e9419046..e4ad446f722bcb73fe7fd36840b743971a59129a 100644
--- a/source/_patterns/04-components/tag/tag.md
+++ b/source/_patterns/04-components/tag/tag.md
@@ -12,7 +12,8 @@ __Variables:__
     * normal
 * url: [string] URL of the tag.
 * title: [string] Title of the tag.
-* faculty: [string] One of the faculty variables wrapping the tag will make background color change 
+* faculty: [string] One of the faculty variables wrapping the tag will make
+  background color change
     * org-ahs
     * org-art
     * org-eng
diff --git a/source/_patterns/04-components/teaser/teaser--blog/teaser--blog.md b/source/_patterns/04-components/teaser/teaser--blog/teaser--blog.md
index fb8c0b2f6003d65f848a56151146ffc737b5cb12..4fa12aa613b0028bdda3535b5a5cb12f9f171bbd 100644
--- a/source/_patterns/04-components/teaser/teaser--blog/teaser--blog.md
+++ b/source/_patterns/04-components/teaser/teaser--blog/teaser--blog.md
@@ -20,12 +20,12 @@ __Variables: (same form card)__
     * medium-date-short-month
     * short-date
     * short-datetime
-* sources: [string] URL for the srcset of picture tag inside of responsive-image.
+* sources: [string] URL for the srcset of picture tag inside responsive-image.
 * img_element: [string] Url to source of fall back image.
 * alt: [string] Alt text to the image used in the picture tag or fallback image.
-* content: [string] Content of the card.  
+* content: [string] Content of the card.
 * tags: [array] List of taxonomy tags
     * type: [string] Type of the tag, it will add class ".tag--type".
     * size: [string] Size of the tag, it will add class ".tag--size"
     * url: [string] URL of the tag.
-    * title: [string] Title of the tag. 
+    * title: [string] Title of the tag.
diff --git a/source/_patterns/04-components/teaser/teaser--event/teaser--event.md b/source/_patterns/04-components/teaser/teaser--event/teaser--event.md
index 8f52e1acced7cd20c5d45014c14d960bcfa5cbd4..a99888383adb3c156e6b7f826d4369f1a6e22892 100644
--- a/source/_patterns/04-components/teaser/teaser--event/teaser--event.md
+++ b/source/_patterns/04-components/teaser/teaser--event/teaser--event.md
@@ -20,12 +20,12 @@ __Variables: (same form card)__
     * medium-date-short-month
     * short-date
     * short-datetime
-* sources: [string] URL for the srcset of picture tag inside of responsive-image.
+* sources: [string] URL for the srcset of picture tag inside responsive-image.
 * img_element: [string] Url to source of fall back image.
 * alt: [string] Alt text to the image used in the picture tag or fallback image.
-* content: [string] Content of the card.  
+* content: [string] Content of the card.
 * tags: [array] List of taxonomy tags
     * type: [string] Type of the tag, it will add class ".tag--type".
     * size: [string] Size of the tag, it will add class ".tag--size"
     * url: [string] URL of the tag.
-    * title: [string] Title of the tag. 
+    * title: [string] Title of the tag.
diff --git a/source/_patterns/04-components/teaser/teaser--news/teaser--news.md b/source/_patterns/04-components/teaser/teaser--news/teaser--news.md
index 7695f6080bd69e02b91020e174becc8fa066c718..64466f7de1777d5e73b996098c25d606d607cf28 100644
--- a/source/_patterns/04-components/teaser/teaser--news/teaser--news.md
+++ b/source/_patterns/04-components/teaser/teaser--news/teaser--news.md
@@ -20,12 +20,12 @@ __Variables: (same form card)__
     * medium-date-short-month
     * short-date
     * short-datetime
-* sources: [string] URL for the srcset of picture tag inside of responsive-image.
+* sources: [string] URL for the srcset of picture tag inside responsive-image.
 * img_element: [string] Url to source of fall back image.
 * alt: [string] Alt text to the image used in the picture tag or fallback image.
-* content: [string] Content of the card.  
+* content: [string] Content of the card.
 * tags: [array] List of taxonomy tags
     * type: [string] Type of the tag, it will add class ".tag--type".
     * size: [string] Size of the tag, it will add class ".tag--size"
     * url: [string] URL of the tag.
-    * title: [string] Title of the tag. 
+    * title: [string] Title of the tag.
diff --git a/source/_patterns/04-components/teaser/teaser.md b/source/_patterns/04-components/teaser/teaser.md
index aabe26491b96a300e88d32fbb2c5ecb9687e62d0..7432452b42b02fab4d214a994de69d4e2090e1c0 100644
--- a/source/_patterns/04-components/teaser/teaser.md
+++ b/source/_patterns/04-components/teaser/teaser.md
@@ -21,16 +21,16 @@ __Variables: (same form card)__
     * short-datetime
 * read_more: [boolean] Whether to show the read more link.
 * footer: [string] Footer content of the card.
-* sources: [string] URL for the srcset of picture tag inside of responsive-image.
+* sources: [string] URL for the srcset of picture tag inside responsive-image.
 * img_element: [string] Url for the fallback image.
 * alt: [string] Alt text to the image used in the picture tag or fallback image.
 * content: [string] Content of the card.
 * social_media: [array] Social media icons that can be included to card
-    * text 
+    * text
     * url
-* social_media_placement: [string] Class name for where social media is placed"    
+* social_media_placement: [string] Class name for where social media is placed"
 * tags: [array] List of taxonomy tags
     * type: [string] Type of the tag, it will add class ".tag--type".
     * size: [string] Size of the tag, it will add class ".tag--size"
     * url: [string] URL of the tag.
-    * title: [string] Title of the tag. 
+    * title: [string] Title of the tag.
diff --git a/source/_patterns/04-components/territorial-statement/territorial-statement.md b/source/_patterns/04-components/territorial-statement/territorial-statement.md
index ea10bafc4e6748efdf94fce815dcfa4dbec7c490..ac35092ca3830c87bcc1ebc2501d0d01c88deeba 100644
--- a/source/_patterns/04-components/territorial-statement/territorial-statement.md
+++ b/source/_patterns/04-components/territorial-statement/territorial-statement.md
@@ -4,4 +4,5 @@ title: Territorial statement
 ---
 
 __Variables:__
-* modifier_classes: Choose "black or white" to determine the background color of the statement"
+* modifier_classes: Choose "black or white" to determine the background color of
+  the statement"