mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Fix various typos using codespell
Command used: codespell -wi3 **/* --ignore-words-list "dur,fave,fo,receipient,te"
This commit is contained in:
parent
840a852b68
commit
4616372e99
5 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@ h4 {
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
// Slightly dirty, no clean way to strip top margins off headers tho
|
||||
// Slightly dirty, no clean way to strip top margins off headers though
|
||||
.remove-top-margin {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
@ -166,7 +166,7 @@ function bindInteractions() {
|
|||
|
||||
if (event.button === 0) { // Is it a left-click?
|
||||
for (const target in targets) {
|
||||
/* Event delgation doesn't quite grab what we want here. */
|
||||
/* Event delegation doesn't quite grab what we want here. */
|
||||
const link = event.target && event.target.closest(target);
|
||||
|
||||
if (link) {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
.block.block--fixed.block--warning
|
||||
h4 You've been banned!
|
||||
p
|
||||
' You cannnot post comments or update metadata (or do anything but
|
||||
' You cannot post comments or update metadata (or do anything but
|
||||
' read, really) until
|
||||
= pretty_time(@conn.assigns.current_ban.valid_until)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ meta name="robots" content="noindex, nofollow"
|
|||
meta property="dc:creator" content=tag.name_in_namespace
|
||||
|
||||
= if image.source_url not in [nil, ""] do
|
||||
meta propery="foaf:primaryTopic" content=image.source_url
|
||||
meta property="foaf:primaryTopic" content=image.source_url
|
||||
|
||||
link rel="alternate" type="application/json+oembed" href=Routes.api_json_oembed_url(@conn, :index, url: Routes.image_path(@conn, :show, image)) title="oEmbed JSON Profile"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ h1 Two Factor Authentication
|
|||
.block.block--fixed.block--success.layout--narrow
|
||||
h2 Two Factor Authentication Enabled
|
||||
p
|
||||
' You've sucessfully enabled two-factor authentication on your
|
||||
' You've successfully enabled two-factor authentication on your
|
||||
' account. From now on you'll be asked for the 6 digit code each
|
||||
' time you log in.
|
||||
p
|
||||
|
|
Loading…
Reference in a new issue