mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix: typo in bootstrap-cli.mjs (#394)
This commit is contained in:
parent
e10de3febf
commit
c60b3d5e34
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
const linkResolutionStrategy = exitIfCancel(
|
||||||
await select({
|
await select({
|
||||||
message: `Choose how Quartz should resolve links in your content. You can change this later in \`quartz.config.ts\`.`,
|
message: `Choose how Quartz should resolve links in your content. You can change this later in \`quartz.config.ts\`.`,
|
||||||
|
|
Loading…
Reference in a new issue