mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 16:06:15 +02:00
content(resources): fix typos
This commit is contained in:
@@ -33,7 +33,7 @@ function doAsync(number) {
|
||||
```
|
||||
|
||||
You also don't have to nest `.then` functions, the whole point of promises
|
||||
is that they allow you do chain them sequentially.
|
||||
is that they allow you to chain them sequentially.
|
||||
|
||||
```js
|
||||
function doAsync(number) {
|
||||
|
||||
Reference in New Issue
Block a user