From c2bb8bf7a02347de674ba662701fe9f9fc83918a Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 13 Jan 2020 21:59:17 +0000 Subject: [PATCH] Update LinearProgress.js --- packages/material-ui/src/LinearProgress/LinearProgress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui/src/LinearProgress/LinearProgress.js b/packages/material-ui/src/LinearProgress/LinearProgress.js index e45ddd6d6eb7b9..5e7e3711b3ad6a 100644 --- a/packages/material-ui/src/LinearProgress/LinearProgress.js +++ b/packages/material-ui/src/LinearProgress/LinearProgress.js @@ -22,7 +22,7 @@ export const styles = theme => { overflow: 'hidden', height: 4, }, - /* Styles applied to the root and bar2 element if `color="primary"`; bar2 if `variant-"buffer"`. */ + /* Styles applied to the root and bar2 element if `color="primary"`; bar2 if `variant="buffer"`. */ colorPrimary: { backgroundColor: backgroundPrimary, },