From 8b1c8f81798628df2a325ac6082cbb32008dd896 Mon Sep 17 00:00:00 2001 From: Bryan White Date: Thu, 14 Dec 2023 01:05:52 +0100 Subject: [PATCH] fix: PR template typo 2 (#269) --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7f681b483..01843091c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -45,7 +45,7 @@ Select one or more: - [ ] **Run all unit tests**: `make go_develop_and_test` - [ ] **Run E2E tests locally**: `make test_e2e` -- [ ] **Run E2E tests on DevNet**: Add the `devnet-test-e2e` label to the PR. This is VERY expensive, o only do it after all the reviews are complete. +- [ ] **Run E2E tests on DevNet**: Add the `devnet-test-e2e` label to the PR. This is VERY expensive, only do it after all the reviews are complete. ## Sanity Checklist