Fix spelling mistake: Upcomming -> upcoming

This commit is contained in:
Corey Feiock
2015-08-05 14:39:25 -05:00
parent 88adcd7767
commit 68bbc16464

View File

@ -2,7 +2,7 @@
== <%= branch %> API == <%= branch %> API
<% if (branchIsDefault) { %> <% 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 { %> <% } else { %>
NOTE: At this time, you must opt into the <%= branch %> API by setting the `apiVersion` config parameter. NOTE: At this time, you must opt into the <%= branch %> API by setting the `apiVersion` config parameter.
<% } <% }