Skip to content

Commit 3ca569b

Browse files
cyksivakumar-kailasam
authored andcommitted
Fix bad line breaks that break markdown links
1 parent 2a9f92b commit 3ca569b

File tree

20 files changed

+20
-40
lines changed

20 files changed

+20
-40
lines changed

guides/v2.10.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ You should begin a run loop when the callback fires.
163163
The `Ember.run` method can be used to create a run loop.
164164
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
165165

166-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
167-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
166+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
168167
that provides a lexical `this`.
169168
If this syntax is new,
170169
think of it as a function that has the same `this` as the context it is defined in.

guides/v2.11.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ You should begin a run loop when the callback fires.
163163
The `Ember.run` method can be used to create a run loop.
164164
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
165165

166-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
167-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
166+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
168167
that provides a lexical `this`.
169168
If this syntax is new,
170169
think of it as a function that has the same `this` as the context it is defined in.

guides/v2.12.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ You should begin a run loop when the callback fires.
163163
The `Ember.run` method can be used to create a run loop.
164164
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
165165

166-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
167-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
166+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
168167
that provides a lexical `this`.
169168
If this syntax is new,
170169
think of it as a function that has the same `this` as the context it is defined in.

guides/v2.13.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ You should begin a run loop when the callback fires.
163163
The `Ember.run` method can be used to create a run loop.
164164
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
165165

166-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
167-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
166+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
168167
that provides a lexical `this`.
169168
If this syntax is new,
170169
think of it as a function that has the same `this` as the context it is defined in.

guides/v2.14.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ You should begin a run loop when the callback fires.
163163
The `Ember.run` method can be used to create a run loop.
164164
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
165165

166-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
167-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
166+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
168167
that provides a lexical `this`.
169168
If this syntax is new,
170169
think of it as a function that has the same `this` as the context it is defined in.

guides/v2.15.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ You should begin a run loop when the callback fires.
163163
The `Ember.run` method can be used to create a run loop.
164164
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
165165

166-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
167-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
166+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
168167
that provides a lexical `this`.
169168
If this syntax is new,
170169
think of it as a function that has the same `this` as the context it is defined in.

guides/v2.17.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ You should begin a run loop when the callback fires.
168168
The `Ember.run` method can be used to create a run loop.
169169
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
170170

171-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
172-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
171+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
173172
that provides a lexical `this`.
174173
If this syntax is new,
175174
think of it as a function that has the same `this` as the context it is defined in.

guides/v2.18.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ You should begin a run loop when the callback fires.
168168
The `Ember.run` method can be used to create a run loop.
169169
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
170170

171-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
172-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
171+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
173172
that provides a lexical `this`.
174173
If this syntax is new,
175174
think of it as a function that has the same `this` as the context it is defined in.

guides/v2.2.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ You should begin a run loop when the callback fires.
163163
The `Ember.run` method can be used to create a runloop.
164164
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
165165

166-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
167-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
166+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
168167
that provides a lexical `this`.
169168
If this syntax is new,
170169
think of it as a function that has the same `this` as the context it is defined in.

guides/v2.3.0/applications/run-loop.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ You should begin a run loop when the callback fires.
163163
The `Ember.run` method can be used to create a run loop.
164164
In this example, jQuery and `Ember.run` are used to handle a click event and run some Ember code.
165165

166-
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions]
167-
(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
166+
This example uses the `=>` function syntax, which is a [new ES2015 syntax for callback functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
168167
that provides a lexical `this`.
169168
If this syntax is new,
170169
think of it as a function that has the same `this` as the context it is defined in.

0 commit comments

Comments
 (0)