Skip to content

Commit fb766a4

Browse files
authored
docs: fix typo in introduction (#14)
1 parent 2556758 commit fb766a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ As a result, we lost 100$ somewhere. And that's not good. This is what we also c
105105

106106
---
107107

108-
They are multiple ways to solve this problem. But let's use a lock here. By adding a lock, we are preventing concurrent requests from accessing the same piece of code at the same time :
108+
There are multiple ways to solve this problem. But let's use a lock here. By adding a lock, we are preventing concurrent requests from accessing the same piece of code at the same time :
109109

110110
```ts
111111
router.get('/transfer', async () => {

0 commit comments

Comments
 (0)