From c464b01acdae493abf3f97bc398e11c742bfce49 Mon Sep 17 00:00:00 2001 From: iklimisdev <90963398+iklimisdev@users.noreply.github.com> Date: Tue, 16 May 2023 16:29:44 +0300 Subject: [PATCH] docs: fix typo in NG0505 error guide (#50321) PR Close #50321 --- aio/content/errors/NG0505.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/errors/NG0505.md b/aio/content/errors/NG0505.md index 14a550e4dfc..5905866216c 100644 --- a/aio/content/errors/NG0505.md +++ b/aio/content/errors/NG0505.md @@ -8,7 +8,7 @@ doesn't contain special serialized information about the application that hydrat logic relies on. This can happen when the `provideClientHydration()` function is included in the client -part of the application configuration, but it missing in the server part of the configuration. +part of the application configuration, but is missing in the server part of the configuration. In applications with the default project structure (generated by the `ng new`), the `provideClientHydration()` call is added either into the `providers` array of