Browse Source

fixed grammer

Dustin Utecht 5 years ago
parent
commit
35534ece8e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/check-api.js

+ 2 - 2
tools/check-api.js

@@ -15,8 +15,8 @@ if (exampleFilesFound) {
     ...fs.readdirSync(exampleFilesFolder + 'methods')
     ...fs.readdirSync(exampleFilesFolder + 'methods')
   ]
   ]
 } else {
 } else {
-  console.log((chalk.yellow(chalk.bold('Warning: ') + 'Cant check if example files are correct formatted and has a valid url.')))
-  console.log((chalk.yellow(chalk.bold('Warning: ') + 'To enable that check, please clone the "bootstrap-table-examples" repository in the tools folder or create a symlink (if you already cloned the repository on a other path).')))
+  console.log((chalk.yellow(chalk.bold('Warning: ') + 'Cant check if example files are correct formatted and have a valid url.')))
+  console.log((chalk.yellow(chalk.bold('Warning: ') + 'To enable that check, please clone the "bootstrap-table-examples" repository in the tools folder or create a symlink (if you already cloned the repository on an other path).')))
 }
 }
 
 
 class API {
 class API {