fix: typo in bootstrap-cli.mjs (#394)

This commit is contained in:
Ikko Eltociear Ashimine 2023-08-23 01:16:21 +09:00 committed by GitHub
parent e10de3febf
commit c60b3d5e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ See the [documentation](https://quartz.jzhao.xyz) for how to get started.
)
}
// get a prefered link resolution strategy
// get a preferred link resolution strategy
const linkResolutionStrategy = exitIfCancel(
await select({
message: `Choose how Quartz should resolve links in your content. You can change this later in \`quartz.config.ts\`.`,