Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Apr 13, 2022
1 parent 88bba82 commit 44b718b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/helpers.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export validators =
email: (val) -> /\S+@\S+\.\S+/.test(val) || 'Not a valid email'
required: (val) -> !!val.trim() || 'This field is required'

# Helper for makking meta tags
# Helper for making meta tags
export metaTag = (key, val, keyAttribute = null) ->

# Make the key attribute
Expand Down

0 comments on commit 44b718b

Please sign in to comment.