From 6f534abde79d777c5522d8a720b94ce89c401f70 Mon Sep 17 00:00:00 2001 From: Thalles Ferreira Date: Tue, 9 Dec 2025 09:48:48 -0300 Subject: [PATCH] fix/english-typo-readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 138ea55..cc07677 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ template.header("Content-Type", "application/json"); }; -public CreateBillingResponse reateBilling(CreateBillingData data) { +public CreateBillingResponse createBilling(CreateBillingData data) { return client.create(data); }