docs/CheckoutApi.md in ultracart_api-3.1.0 vs docs/CheckoutApi.md in ultracart_api-3.1.1

- old
+ new

@@ -866,10 +866,10 @@ # **setup_browser_key** > CheckoutSetupBrowserKeyResponse setup_browser_key(browser_key_request) Setup Browser Application -Setup a browser key authenticated application with checkout permissions. This REST call must be made with an authentication scheme that is not browser key. The new application will be linked to the application that makes this call. If this application is disabled / deleted, then so will the application setup by this call. The purpose of this call is to allow an OAuth applicaiton, such as the Wordpress plugin, to setup the proper browser based authentication for the REST checkout API to use. +Setup a browser key authenticated application with checkout permissions. This REST call must be made with an authentication scheme that is not browser key. The new application will be linked to the application that makes this call. If this application is disabled / deleted, then so will the application setup by this call. The purpose of this call is to allow an OAuth application, such as the Wordpress plugin, to setup the proper browser based authentication for the REST checkout API to use. ### Example ```ruby # load the gem require 'ultracart_api'