Skip to content

Commit 32cec8f

Browse files
author
Markus Amalthea Magnuson
committed
Fix space before new sentence in two places.
1 parent 42bce3b commit 32cec8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

page/code-organization/deferreds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ promise.then( function( futureValue ) {
7272
In the case of certain applications, it is necessary to have several
7373
results returned before your application can continue at all (for
7474
example, displaying a dynamic set of options on a screen before a user
75-
is able to select the option that interests them).Where this is the
75+
is able to select the option that interests them). Where this is the
7676
case, a method called 'when' exists, which can be used to perform some
7777
action once all the promises have been fully fulfilled:
7878

page/effects/queue-and-dequeue-explained.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source: http://jqueryfordesigners.com/api-queue-dequeue/
55
---
66

77
When you use the animate and show, hide, slideUp, etc effect methods, you’re
8-
adding a job on to the fx queue.By default, using queue and passing a function,
8+
adding a job on to the fx queue. By default, using queue and passing a function,
99
will add to the fx queue. So we’re creating our own bespoke animation step:
1010

1111
```

0 commit comments

Comments
 (0)