Skip to content

Commit a929139

Browse files
delucisdreyfus92
andauthored
Fix typo!
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
1 parent d19cba1 commit a929139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/starlight/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function StarlightIntegration({
7676
config.markdown.shikiConfig.theme !== 'github-dark' ? {} : { theme: 'css-variables' },
7777
},
7878
scopedStyleStrategy: 'where',
79-
// If not already conigured, default to prefetching all links on hover.
79+
// If not already configured, default to prefetching all links on hover.
8080
prefetch: config.prefetch ?? { prefetchAll: true },
8181
});
8282
},

0 commit comments

Comments
 (0)