spelling: propagation

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/7974/head
Josh Soref 4 years ago
parent 9a856a47fe
commit 526b946c31

@ -197,6 +197,6 @@ export default {
},
invalid_rest_eachblock_binding: (rest_element_name: string) => ({
code: 'invalid-rest-eachblock-binding',
message: `...${rest_element_name} operator will create a new object and binding propogation with original object will not work`
message: `...${rest_element_name} operator will create a new object and binding propagation with original object will not work`
})
};

@ -1,7 +1,7 @@
[
{
"code": "invalid-rest-eachblock-binding",
"message": "...rest operator will create a new object and binding propogation with original object will not work",
"message": "...rest operator will create a new object and binding propagation with original object will not work",
"pos": 102,
"start": { "line": 8, "column": 24, "character": 102 },
"end": { "line": 8, "column": 31, "character": 109 }

@ -1,7 +1,7 @@
[
{
"code": "invalid-rest-eachblock-binding",
"message": "...rest operator will create a new object and binding propogation with original object will not work",
"message": "...rest operator will create a new object and binding propagation with original object will not work",
"pos": 168,
"start": { "line": 5, "column": 32, "character": 168 },
"end": { "line": 5, "column": 39, "character": 175 }

@ -1,7 +1,7 @@
[
{
"code": "invalid-rest-eachblock-binding",
"message": "...rest operator will create a new object and binding propogation with original object will not work",
"message": "...rest operator will create a new object and binding propagation with original object will not work",
"pos": 143,
"start": { "line": 5, "column": 25, "character": 143 },
"end": { "line": 5, "column": 32, "character": 150 }

Loading…
Cancel
Save