From 2641f69e65ce4c86909fa6f2d75ee9cf26d45361 Mon Sep 17 00:00:00 2001 From: ziproot Date: Thu, 11 Nov 2021 04:52:02 +0000 Subject: [PATCH] Fix minor typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9f575f..261ca69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Questions are things that you are unsure about. When in doubt, mark it as a ques ## Enhancements Enhancements are things you want to improve. Be sure to label it based on what type of enhancement it is: Security: This is an improvement to security you would like to see, such as RSA encryption. -QOL: This is an improvement to quality of life you would like to see, such as more lanugages as codes. If in doubt, mark it as QOL. +QOL: This is an improvement to quality of life you would like to see, such as more languages as codes. If in doubt, mark it as QOL. Documentation: This is an improvement to documentation you would like to see. Be sure to format the enhancement as dictated in the feature request template. # Pull Requests