docs: fix typos

This commit is contained in:
Lioness100
2023-02-10 21:39:29 -05:00
parent 8aa042d937
commit fda5fff1cd
22 changed files with 56 additions and 56 deletions

View File

@@ -15,7 +15,7 @@ export function getDirs(base: string) {
/**
* Checks if the directory contains a package.json file
* @param dir Path to the dircetory
* @param dir Path to the directory
* @returns True if the directory contains a package.json
*/
export function containsPackageJson(dir: string) {