From b459d27cc76fbaf568a1797ff97e1824aca99bc7 Mon Sep 17 00:00:00 2001 From: Aarti Jivrajani Date: Fri, 12 Jan 2024 16:21:09 -0800 Subject: [PATCH] Fix typo in website's developer documentation (#5029) --- #### Does this PR need a docs update or release note? - [X] :no_entry: No #### Type of change - [X] :world_map: Documentation #### Issue(s) * # #### Test Plan - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- website/docs/developers/linters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/developers/linters.md b/website/docs/developers/linters.md index 5d21311ff..8c8718911 100644 --- a/website/docs/developers/linters.md +++ b/website/docs/developers/linters.md @@ -13,7 +13,7 @@ available on the golangci-lint version that you install should match the version the GitHub workflow uses to avoid failures even after running locally. The current version in use can be [found](https://github.com/alcionai/corso/blob/main/.github/workflows/lint.yml#L55) -in `.github/worflows/lint.yaml`. +in `.github/workflows/lint.yaml`. ## Running the linter