Skip to content

Commit 36bf557

Browse files
delucisastrobot-houston
authored andcommitted
[ci] format
1 parent b45719b commit 36bf557

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/starlight/utils/user-config.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ const UserConfigSchema = z.object({
284284
titleDelimiter: z
285285
.string()
286286
.default('|')
287-
.describe("Will be used as title delimiter in the generated `<title>` tag."),
288-
287+
.describe('Will be used as title delimiter in the generated `<title>` tag.'),
289288
});
290289

291290
export const StarlightConfigSchema = UserConfigSchema.strict().transform(

0 commit comments

Comments
 (0)