From dc0dd569fdcf3c0e6a1a6f456c79ce7229ea9fe0 Mon Sep 17 00:00:00 2001 From: bot08 <71845954+bot08@users.noreply.github.com> Date: Wed, 13 Jul 2022 13:21:48 +0300 Subject: [PATCH] docs: fix typo (#5865) --- docs/content/5.community/3.contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/5.community/3.contribution.md b/docs/content/5.community/3.contribution.md index 3df7dff8f0..6fdfd7cc13 100644 --- a/docs/content/5.community/3.contribution.md +++ b/docs/content/5.community/3.contribution.md @@ -30,7 +30,7 @@ You might have noticed already that we use ESLint to enforce a coding standard. ### Documentation -If you are adding a new feature or refactoring or changing the behavior of Nuxt in any other manner, you'll likely want to document the changes. Please include any changes to the docs in the same PR. You don't have to write documentation up on the first commit (but please do so as soon as your pull request is mature enough). Make sure to make changes according to the [Documentation Guide](#documentation-guide)/ +If you are adding a new feature or refactoring or changing the behavior of Nuxt in any other manner, you'll likely want to document the changes. Please include any changes to the docs in the same PR. You don't have to write documentation up on the first commit (but please do so as soon as your pull request is mature enough). Make sure to make changes according to the [Documentation Guide](#documentation-guide). ### Final checklist