docs: fix the file naming for the NG05000 error (#55519)

PR Close #55519
This commit is contained in:
Matthieu Riegler
2024-04-24 23:16:16 +02:00
committed by Andrew Kushnir
parent 5a52facef7
commit ae7af8d23b
3 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1269,9 +1269,9 @@ const REFERENCE_SUB_NAVIGATION_DATA: NavigationItem[] = [
contentPath: 'reference/errors/NG3003',
},
{
label: 'NG5000: Hydration with unsupported Zone.js instance.',
path: 'errors/NG5000',
contentPath: 'reference/errors/NG5000',
label: 'NG05000: Hydration with unsupported Zone.js instance.',
path: 'errors/NG05000',
contentPath: 'reference/errors/NG05000',
},
{
label: 'NG6100: NgModule.id Set to module.id anti-pattern',
@@ -27,7 +27,7 @@
| `NG01203` | [Missing value accessor](errors/NG01203) |
| `NG02200` | [Missing Iterable Differ](errors/NG02200) |
| `NG02800` | [JSONP support in HttpClient configuration](errors/NG02800) |
| `NG5000` | [Hydration with unsupported Zone.js instance.](errors/NG5000) |
| `NG05000` | [Hydration with unsupported Zone.js instance.](errors/NG5000) |
| `NG05104` | [Root element was not found.](errors/NG05104) |
## Compiler errors