diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index eaf5acec6..48a302426 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v212
\ No newline at end of file
+v213
\ No newline at end of file
diff --git a/lib/Charge.php b/lib/Charge.php
index 8a084863a..428ef66e4 100644
--- a/lib/Charge.php
+++ b/lib/Charge.php
@@ -35,7 +35,7 @@
* @property null|string|\Stripe\Dispute $dispute Details about the dispute if the charge has been disputed.
* @property bool $disputed Whether the charge has been disputed.
* @property null|string|\Stripe\BalanceTransaction $failure_balance_transaction ID of the balance transaction that describes the reversal of the balance on your account due to payment failure.
- * @property null|string $failure_code Error code explaining reason for charge failure if available (see the errors section for a list of codes).
+ * @property null|string $failure_code Error code explaining reason for charge failure if available (see the errors section for a list of codes).
* @property null|string $failure_message Message to user further explaining reason for charge failure if available.
* @property null|\Stripe\StripeObject $fraud_details Information on fraud assessments for the charge.
* @property null|string|\Stripe\Invoice $invoice ID of the invoice this charge is for if one exists.