Skip to content

Commit 0686b6e

Browse files
mddragnevCopilot
andauthored
chore(*): fix a typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3e129f3 commit 0686b6e

File tree

1 file changed

+1
-1
lines changed
  • projects/igniteui-angular-performance

1 file changed

+1
-1
lines changed

projects/igniteui-angular-performance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ npm run start:performance
1010

1111
## Using the performance service
1212

13-
The performance service is intended to be used as a injectable service inside a component that would be measured. In order to inject it add a private property in the component:
13+
The performance service is intended to be used as an injectable service inside a component that would be measured. In order to inject it add a private property in the component:
1414

1515
```ts
1616
private performanceService = inject(PerformanceService);

0 commit comments

Comments
 (0)