Skip to content

Commit

Permalink
Change the word from "not correct" to "incorrect".
Browse files Browse the repository at this point in the history
Co-authored-by: Mihir Rane <[email protected]>
  • Loading branch information
y-hiraoka and ranemihir authored Oct 14, 2020
1 parent 635929a commit 9f0415f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default class LinkTool {
*
* @public
*
* @returns {boolean} false if saved data is not correct, otherwise true
* @returns {boolean} false if saved data is incorrect, otherwise true
*/
validate() {
return this.data.link.trim() !== '';
Expand Down

0 comments on commit 9f0415f

Please sign in to comment.