Skip to content

Commit

Permalink
Fix typo: baack → back (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
gasi authored Dec 8, 2023
1 parent 9bcec3c commit e281952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/customerio/param_encoder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def self.normalize_param(key, value)
param
end

# Prefer ERB::Util.url_encode, fall baack to deprecation URI.encode for
# Prefer ERB::Util.url_encode, fall back to deprecation URI.encode for
# old Ruby support
def self.escape_value(value)
if ERB::Util.respond_to? :url_encode
Expand Down

0 comments on commit e281952

Please sign in to comment.