From 4ac007254040548ead4bba41cc984b97aa68b330 Mon Sep 17 00:00:00 2001 From: Andreas Loew Date: Wed, 13 Nov 2024 14:53:23 +0100 Subject: [PATCH] Fixed typo in comment --- projects/ngx-translate/src/public-api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngx-translate/src/public-api.ts b/projects/ngx-translate/src/public-api.ts index a82edf1..32bf6df 100644 --- a/projects/ngx-translate/src/public-api.ts +++ b/projects/ngx-translate/src/public-api.ts @@ -88,7 +88,7 @@ export class TranslateModule { } /** - * Use this method in your other (non root) modules to import the directive/pipe + * Use this method in your other (non-root) modules to import the directive/pipe */ static forChild(config: TranslateModuleConfig = {}): ModuleWithProviders { return {