Skip to content

Commit 059890f

Browse files
mddragnevCopilot
andauthored
chore(*): remove redundant backtick
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0686b6e commit 059890f

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
@@ -38,7 +38,7 @@ end();
3838
const performanceMeasures: PerformanceEntryList = performanceService.getMeasures(name?);
3939
```
4040
41-
- Gets list of `PerformanceMeasure` entries`. If a name is provided, it returns only the measures with that name.
41+
- Gets list of `PerformanceMeasure` entries. If a name is provided, it returns only the measures with that name.
4242
4343
```ts
4444
performanceService.clearMeasures(name?);

0 commit comments

Comments
 (0)