Skip to content

Commit de5f7b2

Browse files
committed
Small fix
1 parent 4b5d549 commit de5f7b2

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/community-tools/contribute-to-mendix-docs

1 file changed

+1
-1
lines changed

content/en/docs/community-tools/contribute-to-mendix-docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You can clone a local copy of a forked repository, make documentation changes, a
130130

131131
{{% alert color="warning" %}}If any new or changed files show up as uncommitted files, discard the changes. Do not commit them.{{% /alert %}}
132132

133-
4. Create a new branch from the local repository's **development** branch and edit the documentation locally with your preferred editing tool. For example, you can open the local repository folder with Visual Studio Code, create a new branch from its **development** branch, find the file and make changes on the new branch. Remember to save your changes.
133+
4. Create a new branch from the local repository's **development** branch and edit the documentation locally with your preferred editing tool. For example, you can open the local repository folder with Visual Studio Code, create a new branch from its **development** branch, find the file and make changes in the new branch. Remember to save your changes.
134134
5. To run a local version of site to preview your changes, in the root directory of the local repository, run the following command in a terminal: `npm run build`.
135135
6. Once the site is built, you see a table indicating how many pages have been created:
136136

0 commit comments

Comments
 (0)