diff --git a/js/react/util/BackboneWrapper.md b/js/react/util/BackboneWrapper.md
index 11cd869a3..7f6c3b56e 100644
--- a/js/react/util/BackboneWrapper.md
+++ b/js/react/util/BackboneWrapper.md
@@ -1,4 +1,4 @@
-Rendering a real `Whisper.MessageView` using `` and
+Rendering a real `Whisper.MessageView` using `` and
``.
```jsx
diff --git a/styleguide.config.js b/styleguide.config.js
index 5d18d0567..4825bbd42 100644
--- a/styleguide.config.js
+++ b/styleguide.config.js
@@ -44,6 +44,9 @@ module.exports = {
{
src: 'test/legacy_bridge.js',
},
+ {
+ src: 'node_modules/moment/min/moment-with-locales.min.js',
+ },
{
src: 'js/components.js',
},