From 791d8e58d9701db312e725bfa086d725dcb8156a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 28 Dec 2023 01:07:07 +0900 Subject: [PATCH] Update CONTRIBUTING.md decriptive -> descriptive --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b53062e0..3f2a041e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,6 +82,6 @@ Once you are happy with the changes you've made locally, commit it to your repos git commit -m "fix(homepage): fix typo on homepage in the faq section" ``` -It helps to be as decriptive as possible in commit messages so that users can be aware of the changes made by you. +It helps to be as descriptive as possible in commit messages so that users can be aware of the changes made by you. Finally, create a pull request to merge the changes on your forked repository to the original repository hosted on AmruthPillai/Reactive-Resume. I can take a look at the changes you've made when I have the time and have it merged onto the app.