Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 7d93687

Browse files
Minor documentation changes
1 parent 6f5305c commit 7d93687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void Start () {
121121
}
122122
```
123123

124-
### Using Async/Await method
124+
### Using Async/Await methods
125125

126126
When chaining multiple promises after one another or when simply wanting to prevent a lot of nested callbacks, use the async await logic to keep things simple. There are two ways of doing so, the simplest way does not require any changes on the promise's creation side. A basic implementation could be as following.
127127

0 commit comments

Comments
 (0)