From 68bbc16464b34120ea89b242316496859a13bed4 Mon Sep 17 00:00:00 2001 From: Corey Feiock Date: Wed, 5 Aug 2015 14:39:25 -0500 Subject: [PATCH] Fix spelling mistake: Upcomming -> upcoming --- scripts/generate/templates/api_methods.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate/templates/api_methods.tmpl b/scripts/generate/templates/api_methods.tmpl index 8018d6d78..3358a4c20 100644 --- a/scripts/generate/templates/api_methods.tmpl +++ b/scripts/generate/templates/api_methods.tmpl @@ -2,7 +2,7 @@ == <%= branch %> API <% if (branchIsDefault) { %> -NOTE: This is currently the default API, but in upcomming versions that will change. We recommend setting the `apiVersion` config param when you instantiate your client to make sure that the API does not change unexpectedly. +NOTE: This is currently the default API, but in upcoming versions that will change. We recommend setting the `apiVersion` config param when you instantiate your client to make sure that the API does not change unexpectedly. <% } else { %> NOTE: At this time, you must opt into the <%= branch %> API by setting the `apiVersion` config parameter. <% }