Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Minor cleanups: Capitalization and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHenninger committed Jul 26, 2017
1 parent a0fec35 commit a8a9b33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/library/src/starterkit/lib/lab.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ kbd.big {
}
.content-vertical-space-between.content-horizontal-right,
.content-vertical-space-around.content-horizontal-right {
align-items: flex-start;
align-items: flex-start;
}
.content-vertical-space-between.content-horizontal-center,
.content-vertical-space-around.content-horizontal-center {
Expand Down
2 changes: 1 addition & 1 deletion packages/library/test/_karma/ci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = (config) => {
{ pattern: 'test/**/*.js', included: false },
],

// list of files to exclude
// List of files to exclude
exclude: [
'test/_karma/[^bootstrap].js',
],
Expand Down
2 changes: 1 addition & 1 deletion packages/library/test/_karma/coverage.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = (config) => {
{ pattern: 'test/**/*.js', included: false },
],

// list of files to exclude
// List of files to exclude
exclude: [
'test/_karma/[^bootstrap].js',
],
Expand Down
2 changes: 1 addition & 1 deletion packages/library/test/_karma/sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = (config) => {
{ pattern: 'test/**/*.js', included: false },
],

// list of files to exclude
// List of files to exclude
exclude: [
'test/_karma/[^bootstrap].js',
],
Expand Down

0 comments on commit a8a9b33

Please sign in to comment.