Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Added missing apostrophes in completed-docs description #2378

Merged
merged 2 commits into from
Mar 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/rules/completedDocsRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ export class Rule extends Lint.Rules.TypedRule {

* \`string\` to enable for that type
* \`object\` keying types to when their documentation is required:
* \`"${ARGUMENT_METHODS}"\` and \`"${ARGUMENT_PROPERTIES} may specify:
* \`"${DESCRIPTOR_PRIVACIES}":
* \`"${ARGUMENT_METHODS}"\` and \`"${ARGUMENT_PROPERTIES}"\` may specify:
* \`"${DESCRIPTOR_PRIVACIES}"\`:
* \`"${ALL}"\`
* \`"${PRIVACY_PRIVATE}"\`
* \`"${PRIVACY_PROTECTED}"\`
* \`"${PRIVACY_PUBLIC}"\`
* \`"${DESCRIPTOR_LOCATIONS}:
* \`"${DESCRIPTOR_LOCATIONS}"\`:
* \`"${ALL}"\`
* \`"${LOCATION_INSTANCE}"\`
* \`"${LOCATION_STATIC}"\`
Expand Down