Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 421cf1a

Browse files
author
Robert
committed
Docs updates
1 parent 0508f2d commit 421cf1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/resource/Application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ Application.prototype.getAccountLinkingPolicy = function getApplicationAccountLi
15051505

15061506
/**
15071507
* Retrieves the application's {@link WebConfig}, which determines its behaviour
1508-
* regarding the ClientAPI. This resource cannot be expanded.
1508+
* regarding the Client API.
15091509
*
15101510
* @param {Function} callback
15111511
* The function that will be called when the query is finished, with the parameters

lib/resource/WebConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ var utils = require('../utils');
1010
*
1111
* @description
1212
*
13-
* Encapsulates an WebConfig resource, which determines the behaviour of the
13+
* Encapsulates a WebConfig resource, which determines the behaviour of the
1414
* web application used for the Client API. For full documentation of this
1515
* resource, please see
16-
* [REST API Reference: WebConfig](https://docs.stormpath.com/rest/product-guide/latest/reference.html?#web-config).
16+
* [Configuring the Client API](https://docs.stormpath.com/client-api/product-guide/latest/configuration.html).
1717
*
1818
* This class should not be manually constructed. It should be obtained from one
1919
* of these methods:
@@ -49,7 +49,7 @@ WebConfig.prototype.getApplication = function getWebConfigApplication(/* [option
4949
* Retrieves the {@link ApiKey} that this web config is using for signing tokens.
5050
*
5151
* @param {Options} options
52-
* TODO when the official docs describe this
52+
* Options for retrieving the linked resources of the API Key.
5353
*
5454
* @param {Function} callback
5555
* The function to call after the query has completed. It will be called with

0 commit comments

Comments
 (0)