From e9fb84154059895a06acb3b2f37ed7f6937b84ff Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Mon, 26 Dec 2022 14:09:54 +0300 Subject: [PATCH] tiny fix for the OAuth-Module doc --- docs/en/UI/Angular/OAuth-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/OAuth-Module.md b/docs/en/UI/Angular/OAuth-Module.md index 18b38e3e1a..a14b49bed0 100644 --- a/docs/en/UI/Angular/OAuth-Module.md +++ b/docs/en/UI/Angular/OAuth-Module.md @@ -1,5 +1,5 @@ # ABP OAuth Package -The authentication functionality has been moved from the @abp/ng.core to the @abp/ng.ouath since v7.0. +The authentication functionality has been moved from @abp/ng.core to @abp/ng.ouath since v7.0. If your app is version 7.0 or higher, you should include "AbpOAuthModule.forRoot()" in your app.module.ts as an import after "CoreModule.forRoot(...)".