Skip to content

Commit fa34249

Browse files
committed
Fix typo in error message for IncorrectStrategyForI18n
1 parent d1080ea commit fa34249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/astro/src/core/errors/errors-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ export const IncorrectStrategyForI18n = {
10791079
name: 'IncorrectStrategyForI18n',
10801080
title: "You can't use the current function with the current strategy",
10811081
message: (functionName: string) =>
1082-
`The function \`${functionName}\' can only be used when the \`i18n.routing.strategy\` is set to \`"manual"\`.`,
1082+
`The function \`${functionName}\` can only be used when the \`i18n.routing.strategy\` is set to \`"manual"\`.`,
10831083
} satisfies ErrorData;
10841084

10851085
/**

0 commit comments

Comments
 (0)