Skip to content

Commit f6078fa

Browse files
authored
Update part6c.md - Fix capitalisation
1 parent 31a20c8 commit f6078fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ noteService.getAll().then(notes =>
213213
)
214214
```
215215

216-
> **NB:** why didn't we use await in place of promises and event handlers (registered to _then_-methods)?
216+
> **NB:** Why didn't we use await in place of promises and event handlers (registered to _then_-methods)?
217217
>
218218
> Await only works inside <i>async</i> functions, and the code in <i>index.js</i> is not inside a function, so due to the simple nature of the operation, we'll abstain from using <i>async</i> this time.
219219

0 commit comments

Comments
 (0)