Skip to content

Commit

Permalink
Merge pull request #477 from Esri/docs/app-access
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
john gravois authored Mar 5, 2019
2 parents 65efc61 + e27d6e4 commit 5289b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guides/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ request(url, {

Demo - [batch geocoding](https://github.com/Esri/arcgis-rest-js/tree/master/demos/batch-geocoder-node)

Applications cannot [create, update, share, modify of delete items](https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/limitations-of-application-authentication/) in ArcGIS Online or ArcGIS Enterprise. For this, a [`UserSession`](/arcgis-rest-js/api/auth/UserSession/) is more appropriate.
Applications cannot [create, share, access or modify items](https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/limitations-of-application-authentication/) in ArcGIS Online or ArcGIS Enterprise. For this, a [`UserSession`](/arcgis-rest-js/api/auth/UserSession/) is more appropriate.

```js
const { UserSession } = require("@esri/arcgis-rest-auth");
Expand Down

0 comments on commit 5289b2a

Please sign in to comment.