Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
(and add clarification that apps can't even access private items)
  • Loading branch information
john gravois authored Mar 4, 2019
1 parent 65efc61 commit e27d6e4
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 e27d6e4

Please sign in to comment.