Skip to content

Commit d80e533

Browse files
authored
Update url to see prettier in action (facebook#8610)
1 parent f0f4d5b commit d80e533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/setting-up-your-editor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The same way you can debug your application in IntelliJ IDEA Ultimate, PhpStorm,
112112

113113
## Formatting Code Automatically
114114

115-
Prettier is an opinionated code formatter with support for JavaScript, CSS and JSON. With Prettier you can format the code you write automatically to ensure a code style within your project. See the [Prettier's GitHub page](https://github.com/prettier/prettier) for more information, and look at this [page to see it in action](https://prettier.github.io/prettier/).
115+
Prettier is an opinionated code formatter with support for JavaScript, CSS and JSON. With Prettier you can format the code you write automatically to ensure a code style within your project. See the [Prettier's GitHub page](https://github.com/prettier/prettier) for more information, and look at this [page to see it in action](https://prettier.io/playground/).
116116

117117
To format our code whenever we make a commit in git, we need to install the following dependencies:
118118

0 commit comments

Comments
 (0)