Skip to content

Commit

Permalink
Chore: Fix typos in comments (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer1004 authored and sapegin committed Feb 20, 2019
1 parent c83d2c9 commit 75c393b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/utils/client/requireInRuntime.js
Expand Up @@ -5,7 +5,7 @@ type RequireMap = { [filepath: string]: Module };

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

0 comments on commit 75c393b

Please sign in to comment.