Skip to content

Commit 0a629b2

Browse files
barryceelenAhmad Awais ⚑️
authored andcommitted
πŸ› FIX: typo (#84)
1 parent f12e928 commit 0a629b2

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Žexamples/02-single-block-ejected/config/webpack.config.dev.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const extractConfig = {
5656
],
5757
},
5858
},
59-
// "sass" loader converst SCSS to CSS.
59+
// "sass" loader converts SCSS to CSS.
6060
{
6161
loader: 'sass-loader',
6262
options: {

β€Žexamples/02-single-block-ejected/config/webpack.config.prod.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const extractConfig = {
6060
],
6161
},
6262
},
63-
// "sass" loader converst SCSS to CSS.
63+
// "sass" loader converts SCSS to CSS.
6464
{
6565
loader: 'sass-loader',
6666
options: {

β€Žexamples/04-multi-block-ejected/config/webpack.config.dev.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const extractConfig = {
5656
],
5757
},
5858
},
59-
// "sass" loader converst SCSS to CSS.
59+
// "sass" loader converts SCSS to CSS.
6060
{
6161
loader: 'sass-loader',
6262
options: {

β€Žexamples/04-multi-block-ejected/config/webpack.config.prod.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const extractConfig = {
6060
],
6161
},
6262
},
63-
// "sass" loader converst SCSS to CSS.
63+
// "sass" loader converts SCSS to CSS.
6464
{
6565
loader: 'sass-loader',
6666
options: {

β€Žpackages/cgb-scripts/config/webpack.config.dev.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const extractConfig = {
5656
],
5757
},
5858
},
59-
// "sass" loader converst SCSS to CSS.
59+
// "sass" loader converts SCSS to CSS.
6060
{
6161
loader: 'sass-loader',
6262
options: {

β€Žpackages/cgb-scripts/config/webpack.config.prod.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const extractConfig = {
6060
],
6161
},
6262
},
63-
// "sass" loader converst SCSS to CSS.
63+
// "sass" loader converts SCSS to CSS.
6464
{
6565
loader: 'sass-loader',
6666
options: {

0 commit comments

Comments
Β (0)