From d0b34bbf288f493a4e7f3be1401cdd50fe43969a Mon Sep 17 00:00:00 2001 From: bot08 <71845954+bot08@users.noreply.github.com> Date: Wed, 13 Jul 2022 01:12:02 +0300 Subject: [PATCH] replaced "/" with "." --- 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 3df7dff8f04..6fdfd7cc132 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