Skip to content

Commit d3b5486

Browse files
author
Oleksii Korshenko
committed
MAGETWO-68877: Issue #7988 Typo changed also added comments for each index, getters and setters. #9484
- fixed code style issue
1 parent 9c49fa2 commit d3b5486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Checkout/view/frontend/web/js/checkout-data.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ define([
4848
return {
4949
/**
5050
* Setting the selected shipping address pulled from persistence storage.
51-
*
51+
*
5252
* @param {Object} data
5353
*/
5454
setSelectedShippingAddress: function (data) {
@@ -60,7 +60,7 @@ define([
6060

6161
/**
6262
* Pulling the selected shipping address from persistence storage.
63-
*
63+
*
6464
* @return {*}
6565
*/
6666
getSelectedShippingAddress: function () {
@@ -80,7 +80,7 @@ define([
8080
},
8181

8282
/**
83-
* Pulling the shipping address from persistence storage.
83+
* Pulling the shipping address from persistence storage.
8484
*
8585
* @return {*}
8686
*/
@@ -122,7 +122,7 @@ define([
122122
},
123123

124124
/**
125-
* Pulling the selected shipping rate from local storge
125+
* Pulling the selected shipping rate from local storage.
126126
*
127127
* @return {*}
128128
*/

0 commit comments

Comments
 (0)