Skip to content

Commit

Permalink
Change JSDoc
Browse files Browse the repository at this point in the history
To address pull request suggestions

Co-Authored-By: shiftkey <github@brendanforster.com>
  • Loading branch information
reyronald and shiftkey committed Feb 7, 2018
1 parent d8dec18 commit 37ea30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/ui/clone-repository/clone-github-repository.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ interface ICloneGithubRepositoryProps {
/** Called when a repository is selected. */
readonly onGitHubRepositorySelected: (url: string) => void

/** Should we clear the filterText on render? */
/** Should the component clear the filter text on render? */
readonly shouldClearFilter: boolean
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/ui/clone-repository/clone-repository.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ interface ICloneRepositoryState {
*/
readonly lastParsedIdentifier: IRepositoryIdentifier | null

/** Should we clear the filterText on render? */
/** Should the component clear the filter text on render? */
readonly shouldClearFilter: boolean
}

Expand Down

0 comments on commit 37ea30e

Please sign in to comment.