Skip to content

Commit

Permalink
Spell typo (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheela-svmx authored and Josh Sylvester committed Feb 15, 2019
1 parent de05f0b commit 3da520f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v3.2.6
==================
* Minor spell Check error.

v3.2.5
==================
* Fixed DateTime icon spacing issue when the rendering direction is "rtl" Right-To-Left.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-datetime-common",
"version": "3.2.5",
"version": "3.2.6",
"main": [
"px-datetime-common.html"
],
Expand Down
2 changes: 1 addition & 1 deletion css/px-datetime-entry-styles.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "px-datetime-common",
"author": "General Electric",
"description": "A Px component",
"version": "3.2.5",
"version": "3.2.6",
"private": false,
"extName": null,
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions sass/px-datetime-entry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ $inuit-enable-btn--bare : true;
If the writing direction is right-to-left, this value overrides margin-right.
*/
-webkit-margin-start: .33333rem;
-moz-markin-start: .33333rem;
-moz-margin-start: .33333rem;
-webkit-margin-end: .33333rem;
-moz-markin-end: .33333rem;
-moz-margin-end: .33333rem;
}
.dt-icon-button:hover,
.dt-icon-button:focus {
Expand Down

0 comments on commit 3da520f

Please sign in to comment.