docs: add missing backtick character (#50908)

PR Close #50908
This commit is contained in:
Dzhavat Ushev 2023-06-30 17:37:42 +02:00 committed by Dylan Hunn
parent 61be62d621
commit 8bb6b7ddb5

View file

@ -26,7 +26,7 @@ import {INJECTOR_DEF_TYPES} from './internal_tokens';
/**
* Wrap an array of `Provider`s into `EnvironmentProviders`, preventing them from being accidentally
* referenced in `@Component in a component injector.
* referenced in `@Component` in a component injector.
*/
export function makeEnvironmentProviders(providers: (Provider|EnvironmentProviders)[]):
EnvironmentProviders {