Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed May 7, 2019
1 parent fca5abc commit 43e668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus/lib/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = async function load(siteDir, cliOptions = {}) {
const {baseUrl} = siteConfig;

// Default theme components that are essential and must exist in a Docusaurus app
// These can be overriden in plugins/ through component shadowing.
// These can be overriden in plugins/ through component swizzling.
// However, we alias it here first as a fallback.
const themeFallback = path.resolve(__dirname, '../client/theme-fallback');
let themeAliases = await loadTheme(themeFallback);
Expand Down

0 comments on commit 43e668c

Please sign in to comment.