diff options
author | swamp09 <shu.numata@esm.co.jp> | 2018-10-12 02:12:30 +0900 |
---|---|---|
committer | swamp09 <shu.numata@esm.co.jp> | 2018-10-12 02:12:30 +0900 |
commit | 7865da9d9511d37b1756891b1aad7f5ace52594a (patch) | |
tree | 5996f9e91be9aa4649fd66652b9c2677191fb86f | |
parent | 62c27e18929e2119705a2bcb249184a917f7ded1 (diff) | |
download | rails-7865da9d9511d37b1756891b1aad7f5ace52594a.tar.gz rails-7865da9d9511d37b1756891b1aad7f5ace52594a.tar.bz2 rails-7865da9d9511d37b1756891b1aad7f5ace52594a.zip |
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 { |