From 494d6a749be811c8f0f01a45a2c47bb160f6f223 Mon Sep 17 00:00:00 2001 From: Dashamir Hoxha Date: Sat, 10 Aug 2019 15:35:25 +0200 Subject: [PATCH 1/2] Small fix --- static/docs/user-guide/contributing-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/docs/user-guide/contributing-documentation.md b/static/docs/user-guide/contributing-documentation.md index 01c854acc6..6aec5e0da7 100644 --- a/static/docs/user-guide/contributing-documentation.md +++ b/static/docs/user-guide/contributing-documentation.md @@ -37,7 +37,7 @@ Otherwise, please refer to the following procedure: - Format the code by following the [code style guidelines](#code-style-guidelines) below. It's highly recommended - setup the [development environment](#development-environment) explained above. + to setup the [development environment](#development-environment) as explained below. It can help you to format your the documentation and/or JS engine files automatically. Otherwise, we recommend using the Visual Studio Code and the [Rewrap](https://marketplace.visualstudio.com/items?itemName=stkb.rewrap) From 050c90e221c165fdf40e1b77bef9ad046c038349 Mon Sep 17 00:00:00 2001 From: Dashamir Hoxha Date: Sat, 10 Aug 2019 18:07:11 +0200 Subject: [PATCH 2/2] Reformat with `npx prettier --write ` --- static/docs/user-guide/contributing-documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/docs/user-guide/contributing-documentation.md b/static/docs/user-guide/contributing-documentation.md index 6aec5e0da7..95ded4fc7a 100644 --- a/static/docs/user-guide/contributing-documentation.md +++ b/static/docs/user-guide/contributing-documentation.md @@ -37,8 +37,8 @@ Otherwise, please refer to the following procedure: - Format the code by following the [code style guidelines](#code-style-guidelines) below. It's highly recommended - to setup the [development environment](#development-environment) as explained below. - It can help you to format your the documentation and/or JS engine files + to setup the [development environment](#development-environment) as explained + below. It can help you to format your the documentation and/or JS engine files automatically. Otherwise, we recommend using the Visual Studio Code and the [Rewrap](https://marketplace.visualstudio.com/items?itemName=stkb.rewrap) plugin to format the content of Markdown files.