From f6793628a883fb2febd25d68db82cdb7612a008b Mon Sep 17 00:00:00 2001 From: Vanshaj Poonia <74147463+VanshajPoonia@users.noreply.github.com> Date: Wed, 2 Mar 2022 18:44:18 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#7723) Fixed a Typo --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 137113a0b6cb..17ba91ec43f9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,7 +6,7 @@ Thanks for your interest in contributing to Tailwind CSS! Please take a moment t **Please ask first before starting work on any significant new features.** -It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create [a a feature request](https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas) to first discuss any significant new ideas. This includes things like adding new utilities, creating new at-rules, etc. +It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create [a feature request](https://github.com/tailwindlabs/tailwindcss/discussions/new?category=ideas) to first discuss any significant new ideas. This includes things like adding new utilities, creating new at-rules, etc. ## Coding standards