From b311cd46d7b7382132098ba5ddc0faf502568243 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 1 Apr 2023 23:13:51 +0900 Subject: [PATCH] Fix typo in CONTRIBUTING.md correspoding -> corresponding --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e079bd48..b11acd85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,7 @@ project: 2. Build the project and put the built assets in `dist/` 3. Run the tests 4. Move the contents of the `dist/` directory to the `gh-pages` branch - 5. Place the contents of the `dist/` directory in its correspoding versioned folder. + 5. Place the contents of the `dist/` directory in its corresponding versioned folder. 6. Commit the changes and push them to the `gh-pages` branch of your fork. ## Pull requests