Skip to content

Commit

Permalink
Fix comment typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jan 12, 2023
1 parent 3432dd7 commit 5f1c619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/runtime/server/astro-global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function createAstroGlobFn() {
}

// This is used to create the top-level Astro global; the one that you can use
// inside of getStaticPaths. See the `injectGlobals` option for parameter type.
// inside of getStaticPaths. See the `astroGlobalArgs` option for parameter type.
export function createAstro(site: string | undefined): AstroGlobalPartial {
return {
site: site ? new URL(site) : undefined,
Expand Down

0 comments on commit 5f1c619

Please sign in to comment.