Skip to content

Commit

Permalink
Plural
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpark-msft committed Sep 5, 2019
1 parent 2f19c2c commit 9355aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/appconfiguration/app-configuration/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class AppConfigurationClient {
*
* Example code:
* ```ts
* const revisionForMyKey = await client.listRevisions({ key: ["MyKey"] });
* const revisionsForMyKey = await client.listRevisions({ key: ["MyKey"] });
* ```
* @param options Optional parameters for the request.
*/
Expand Down

0 comments on commit 9355aa3

Please sign in to comment.