From 34cf47da41401aa833d0eb5f91e9d47e8bc9896c Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 9 Nov 2023 10:57:15 -0700 Subject: [PATCH] Minor spelling fix --- .github/workflows/build-book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-book.yml b/.github/workflows/build-book.yml index cf10fb09..bf6e07e1 100644 --- a/.github/workflows/build-book.yml +++ b/.github/workflows/build-book.yml @@ -1,7 +1,7 @@ name: build-test-deploy-book # Only build PRs, the main branch, and releases. Pushes to branches will only -# be built when a PR is opened. This avoids duplicated buids in PRs coming +# be built when a PR is opened. This avoids duplicated builds in PRs coming # from branches in the origin repository (1 for PR and 1 for push). # This came from Leo's work with fatiando on: