Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Erika <[email protected]>
  • Loading branch information
ematipico and Princesseuh committed Mar 6, 2023
1 parent 4f6440b commit 5461898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/astro/src/cli/check/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ASTRO_GLOB_PATTERN = '**/*.astro';
/**
* Checks `.astro` files for possible errors.
*
* If the `--check` flag is provided, the command runs indefinitely and provides diagnostics
* If the `--watch` flag is provided, the command runs indefinitely and provides diagnostics
* when `.astro` files are modified.
*
* Every time an astro files is modified, content collections are also generated.
Expand Down Expand Up @@ -183,7 +183,7 @@ export class AstroChecker {
}

/**
* Weather the checker should run in watch mode
* Whether the checker should run in watch mode
* @returns {boolean}
*/
public get isWatchMode(): boolean {
Expand Down Expand Up @@ -337,7 +337,7 @@ export class AstroChecker {
}

/**
* Open all Astro files in the given directory and return the number of files found.*
* Open all Astro files in the given directory and return the number of files found.
* @param {URL} workspaceUri
* @param {string[]} filePathsToIgnore
* @param {AstroCheck} checker
Expand Down

0 comments on commit 5461898

Please sign in to comment.