Skip to content

Commit

Permalink
[transitions] Fix typo (mui#10303)
Browse files Browse the repository at this point in the history
  • Loading branch information
strayiker authored and caub committed Feb 15, 2018
1 parent 79ba5db commit 2a16391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/transitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
warning(isString(easingOption), 'Material-UI: argument "easing" must be a string.');
warning(
isNumber(delay) || isString(delay),
'Material-UI: argument "delay" must be a string or a string.',
'Material-UI: argument "delay" must be a number or a string.',
);
warning(
Object.keys(other).length === 0,
Expand Down

0 comments on commit 2a16391

Please sign in to comment.