From 450fe904ef5126101a58333164fb5b2fa03e39b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 25 May 2022 11:25:17 +0800 Subject: [PATCH] Fix typos --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3b9d57..e5f3257 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,8 @@ ## Contributing : * Open an issue before work to hard * **Work on the src branch** -* **Use tab for identation** -* **Preserve identation on empty line** +* **Use tab for indentation** +* **Preserve indentation on empty lines** * **Test your changes** - [ ] I've read these rules before submitting my PR.