Skip to content

Commit

Permalink
improve readability of readme
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Thoreson <[email protected]>
  • Loading branch information
erikthoreson24 committed Mar 12, 2024
1 parent e85f7b5 commit a760778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ end

#### Custom Ownership Tracking

If the repo you are running the profiler on has many teams working on it, you can use the `magic_comment` option to specify a comment to scan the top of files for to enable ownership tracking. In the example below,
If the repo you are running the profiler on has many teams working on it, you can use the `magic_comment` option to specify a comment at the top of files to scan for ownership tracking. In the example below,
the profiler will look for `#team: <owner>` comments at the top of each file and add <owner> to the results.
The default is `team` but can be configured to any comment you want.

Expand Down

0 comments on commit a760778

Please sign in to comment.