fixed a spelling error in the docs
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
== 1.0 API
|
||||
|
||||
|
||||
NOTE: At this time, you must opt into the 1.0 API by setting the `apiVerion` config parameter.
|
||||
NOTE: At this time, you must opt into the 1.0 API by setting the `apiVersion` config parameter.
|
||||
|
||||
[[js-api-method-index-1-0]]
|
||||
* <<api-bulk-1-0,bulk>>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
== 1.x API
|
||||
|
||||
|
||||
NOTE: At this time, you must opt into the 1.x API by setting the `apiVerion` config parameter.
|
||||
NOTE: At this time, you must opt into the 1.x API by setting the `apiVersion` config parameter.
|
||||
|
||||
[[js-api-method-index-1-x]]
|
||||
* <<api-bulk-1-x,bulk>>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
== master API
|
||||
|
||||
|
||||
NOTE: At this time, you must opt into the master API by setting the `apiVerion` config parameter.
|
||||
NOTE: At this time, you must opt into the master API by setting the `apiVersion` config parameter.
|
||||
|
||||
[[js-api-method-index-master]]
|
||||
* <<api-bulk-master,bulk>>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
== <%= branch %> API
|
||||
|
||||
<% if (branchSuffix) { %>
|
||||
NOTE: At this time, you must opt into the <%= branch %> API by setting the `apiVerion` config parameter.
|
||||
NOTE: At this time, you must opt into the <%= branch %> API by setting the `apiVersion` config parameter.
|
||||
<% } else { %>
|
||||
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.
|
||||
<%
|
||||
|
||||
Reference in New Issue
Block a user