Skip to content

Commit c3afdc5

Browse files
authored
docs: Fix typo
1 parent 29ecab8 commit c3afdc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const container = createIocContainer().register(
113113

114114
### Singleton
115115

116-
`createIocContainer` uses singletones by default. Once your service has been resolved, it will be cached and the same instance will be returned on subsequent calls.
116+
`createIocContainer` uses singletons by default. Once your service has been resolved, it will be cached and the same instance will be returned on subsequent calls.
117117

118118
```ts
119119
interface UserRepo {

0 commit comments

Comments
 (0)