Skip to content

Commit

Permalink
Fix typo in a comment (#13373)
Browse files Browse the repository at this point in the history
* Typo

* Changed to use rest parameter

* 'Bugfix'

* Typo fix
  • Loading branch information
davidblnc authored and gaearon committed Aug 14, 2018
1 parent 2c59076 commit ade4dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/reactProdInvariant.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// Relying on the `invariant()` implementation lets us
// have preserve the format and params in the www builds.
// preserve the format and params in the www builds.
import invariant from 'shared/invariant';

/**
Expand Down

0 comments on commit ade4dd3

Please sign in to comment.