docs: update prettier link to the correct one (#58757)

PR Close #58757
This commit is contained in:
NothingEverHappens
2024-11-19 16:42:14 -05:00
committed by Jessica Janiuk
parent 2211cc34e1
commit 4f2df5bcb5
@@ -135,7 +135,7 @@ node --preserve-symlinks --preserve-symlinks-main node_modules/@angular/cli/lib/
## Formatting your source code
Angular uses [prettier](https://clang.llvm.org/docs/ClangFormat.html) to format the source code.
Angular uses [prettier](https://prettier.io) to format the source code.
If the source code is not properly formatted, the CI will fail and the PR cannot be merged.
You can automatically format your code by running: