Skip to content

Commit 0436053

Browse files
kopaxsapegin
authored andcommitted
Chore: Fix typo (styleguidist#1311)
1 parent 3f50e48 commit 0436053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loaders/utils/client/requireInRuntime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type RequireMap = { [filepath: string]: Module };
55

66
/**
77
* Return module from a given map (like {react: require('react')}) or throw.
8-
* We allow to require modules only from Markdown examples (won’t work dynamically becasue we need to know all required
8+
* We allow to require modules only from Markdown examples (won’t work dynamically because we need to know all required
99
* modules in advance to be able to bundle them with the code).
1010
*/
1111
export default function requireInRuntime(requireMap: RequireMap, filepath: string): Module {

0 commit comments

Comments
 (0)