From a7607781e29446c9af4edc7d09fe2ed6a9e67519 Mon Sep 17 00:00:00 2001 From: Erik Thoreson Date: Tue, 12 Mar 2024 14:52:17 -0400 Subject: [PATCH] improve readability of readme Signed-off-by: Erik Thoreson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5b3461..e0c5418 100644 --- a/README.md +++ b/README.md @@ -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: ` comments at the top of each file and add to the results. The default is `team` but can be configured to any comment you want.