Skip to content

Commit 5674f20

Browse files
author
Corentin Hoareau
committed
docs(swc): renames example injected service
1 parent b6d6872 commit 5674f20

File tree

2 files changed

+696
-1
lines changed

2 files changed

+696
-1
lines changed

content/recipes/swc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ For all [circular dependency injections](/fundamentals/circular-dependency) in y
199199
export class UserService {
200200
constructor(
201201
@Inject(forwardRef(() => ProfileService))
202-
private readonly mainServicesService: WrapperType<ProfileService>,
202+
private readonly profileService: WrapperType<ProfileService>,
203203
) {};
204204
}
205205
```

0 commit comments

Comments
 (0)