Skip to content

Commit 31f153c

Browse files
Correcting some spelling mistakes.
1 parent 5ac5084 commit 31f153c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/slides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ This is a common structure in programming when processing data.
7575

7676
## What Is The Queue API?
7777

78-
The Queue API creates a queue data structure and allows tasks to be processed in asynchronously. This normally in order to prevent timeout errors or memory problems.
78+
The Queue API creates a queue data structure and allows tasks to be processed asynchronously. This is normally in order to prevent timeout errors or memory problems.
7979

8080
---
8181

8282
## The Queue API
83-
- The API is highly extensible. By default we have a database queue and a memory queue interfaces.
83+
- The API is highly extensible. By default we have a database queue and a memory queue interface.
8484
- When creating a queue it is common for the database queue to be used.
8585
- The cron system automatically picks up database queue items and processes them.
8686

@@ -286,7 +286,7 @@ Remember the queue structure. If we throw an item into the queue we put it back
286286

287287
## Processing A Queue
288288

289-
The eaiest way to process a queue is to run cron.
289+
The easiest way to process a queue is to run cron.
290290

291291
- Via the cron processor form at "/admin/config/system/cron".
292292
- Via the "Run cron" link on the status page.

0 commit comments

Comments
 (0)