diff options
author | Javan Makhmali <javan@javan.us> | 2018-10-11 13:15:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 13:15:59 -0400 |
commit | baeb679e4e280e63a931a02ca832f1eca426fd3d (patch) | |
tree | 5996f9e91be9aa4649fd66652b9c2677191fb86f | |
parent | 62c27e18929e2119705a2bcb249184a917f7ded1 (diff) | |
parent | 7865da9d9511d37b1756891b1aad7f5ace52594a (diff) | |
download | rails-baeb679e4e280e63a931a02ca832f1eca426fd3d.tar.gz rails-baeb679e4e280e63a931a02ca832f1eca426fd3d.tar.bz2 rails-baeb679e4e280e63a931a02ca832f1eca426fd3d.zip |
Merge pull request #29 from swamp09/fix_typo
Fix typo
-rw-r--r-- | lib/templates/actiontext.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/templates/actiontext.scss b/lib/templates/actiontext.scss index 58a197e1e9..107c31c091 100644 --- a/lib/templates/actiontext.scss +++ b/lib/templates/actiontext.scss @@ -5,7 +5,7 @@ // //= require trix/dist/trix -// We need to override trix.css’s image gallery styles to accomodate the +// We need to override trix.css’s image gallery styles to accommodate the // <active-text-attachment> element we wrap around attachments. Otherwise, // images in galleries will be squished by the max-width: 33%; rule. .trix-content { |