From 4f2df5bcb53497505dec29091c298dc5996a5acb Mon Sep 17 00:00:00 2001 From: NothingEverHappens Date: Tue, 19 Nov 2024 16:42:14 -0500 Subject: [PATCH] docs: update prettier link to the correct one (#58757) PR Close #58757 --- contributing-docs/building-and-testing-angular.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-docs/building-and-testing-angular.md b/contributing-docs/building-and-testing-angular.md index e5985859830..c04b3de7868 100644 --- a/contributing-docs/building-and-testing-angular.md +++ b/contributing-docs/building-and-testing-angular.md @@ -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: