docs: Fix language

Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
This commit is contained in:
Joachim Van Herwegen
2024-04-02 09:06:58 +02:00
parent cac70b1f88
commit 486241f3d4
19 changed files with 27 additions and 27 deletions

View File

@@ -226,7 +226,7 @@ export class AppRunner {
return import(cssConfigPathJs) as Promise<Record<string, unknown>>;
}
// Finally try and read from the config.community-solid-server
// Finally try to read from the config.community-solid-server
// field in the root package.json
const pkg = await readJSON(packageJsonPath) as { config?: Record<string, unknown> };
if (typeof pkg.config?.['community-solid-server'] === 'object') {