diff --git a/src/blog/how-to-make-a-new-button-variant.md b/src/blog/how-to-make-a-new-button-variant.md
index ae1cac1..e54e2b3 100644
--- a/src/blog/how-to-make-a-new-button-variant.md
+++ b/src/blog/how-to-make-a-new-button-variant.md
@@ -70,11 +70,11 @@ After the declaration, you can use your new button modification classes.
```html
- Open Spruce CSS
+ Open Spruce CSS
- Open Spruce CSS
+ Open Spruce CSS
```
@@ -82,6 +82,6 @@ If you declare the `dark-shadow` property, you can use the `btn--dark-shadow` to
```html
- Open Spruce CSS
+ Open Spruce CSS
```
diff --git a/src/filters/w3-date.js b/src/filters/w3-date.js
index 4f97c62..eee295e 100644
--- a/src/filters/w3-date.js
+++ b/src/filters/w3-date.js
@@ -2,4 +2,4 @@ module.exports = value => {
const dateObject = new Date(value);
return dateObject.toISOString();
-};
\ No newline at end of file
+};