docs: fix typo in NG0505 error guide (#50321)

PR Close #50321
This commit is contained in:
iklimisdev 2023-05-16 16:29:44 +03:00 committed by Jessica Janiuk
parent f79a5bc71c
commit c464b01acd

View file

@ -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