Skip to content

Commit 1920f69

Browse files
authored
Grammar fix
Fixes a minor grammar issue in the Performance docs' introduction.
1 parent 9c7789b commit 1920f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Performance
33
---
44

5-
oclif supports performance tracking out of the box - both for oclif and you own code. You can enable it in one of two ways depending on how you've implemented your bin scripts.
5+
oclif supports performance tracking out of the box, both for oclif itself and your custom code. You can enable it in one of two ways depending on how you've implemented your bin scripts.
66

77
If you're using the bin scripts that come from the generator, you can simply set `performanceEnabled` on the `settings` module:
88

0 commit comments

Comments
 (0)