From e9e0fa816d2b15fbeb7ceb82c974a9b5c9f7d407 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Wed, 2 Aug 2023 11:41:48 -0700 Subject: [PATCH] fix: typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c162a2e..4f87c83 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The metrics that are measured are: | Time to first response | The time between when an issue/pull request/discussion is created and when the first comment or review is made. | | Time to close | The time between when an issue/pull request/discussion is created and when it is closed. | | Time to answer | (Discussions only) The time between when a discussion is created and when it is answered. | -| Time in label | The time between when a label has a specific label appplied to an issue/pull request/discussion and when it is removed. This requires the LABELS_TO_MEASURE env variable to be set. | +| Time in label | The time between when a label has a specific label applied to an issue/pull request/discussion and when it is removed. This requires the LABELS_TO_MEASURE env variable to be set. | This action was developed by the GitHub OSPO for our own use and developed in a way that we could open source it that it might be useful to you as well! If you want to know more about how we use it, reach out in an issue in this repository. @@ -426,4 +426,4 @@ jobs: ## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE)