From 605a4538958c3153f801feded6350854cba0032c Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Fri, 12 Aug 2022 15:09:53 +0300 Subject: [PATCH] tiny addition --- docs/en/UI/Angular/Current-User.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/Current-User.md b/docs/en/UI/Angular/Current-User.md index 90db8d12fa..820a787b5c 100644 --- a/docs/en/UI/Angular/Current-User.md +++ b/docs/en/UI/Angular/Current-User.md @@ -7,7 +7,7 @@ The current user information stored in Config State. You can use the `getOne` or `getOne$` method of `ConfigStateService` to get a specific configuration property. For that, the property name should be passed to the method as parameter. ```js -// this.config is instance of ConfigStateService +// this.config is an instance of ConfigStateService const currentUser = this.config.getOne("currentUser");