Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 30, 2020
1 parent 0f2c002 commit 9beb8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus/src/server/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ${NotFoundRouteCode}
}

function genRouteChunkNames(
// TODO instead of passing a mutating the registre, return a registry slice?
// TODO instead of passing a mutating the registry, return a registry slice?
registry: {
[chunkName: string]: ChunkRegistry;
},
Expand Down

0 comments on commit 9beb8c9

Please sign in to comment.