From f14bf618e5a9060ba2594819146a520800b754b6 Mon Sep 17 00:00:00 2001 From: Feram Date: Sun, 6 Nov 2016 04:41:24 +0000 Subject: [PATCH] Fix typo unkown --- lib/stripe/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stripe/util.rb b/lib/stripe/util.rb index ab13ae09..2a4d6654 100644 --- a/lib/stripe/util.rb +++ b/lib/stripe/util.rb @@ -63,7 +63,7 @@ module Stripe # array of +StripeObject+s. These new objects will be created as a concrete # type as dictated by their `object` field (e.g. an `object` value of # `charge` would create an instance of +Charge+), but if `object` is not - # present or of an unkown type, the newly created instance will fall back + # present or of an unknown type, the newly created instance will fall back # to being a +StripeObject+. # # ==== Attributes