Skip to content

Commit

Permalink
docs: fix the file naming for the NG05000 error (#55519)
Browse files Browse the repository at this point in the history
PR Close #55519
  • Loading branch information
JeanMeche authored and AndrewKushnir committed Apr 25, 2024
1 parent af0eb84 commit c3d077c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions adev/src/app/sub-navigation-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1148,9 +1148,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',
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion adev/src/content/reference/errors/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3d077c

Please sign in to comment.