Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8650ef

Browse files
docs: fix typo in notofications
1 parent 104dfac commit b8650ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/docs/cdk/notifications/notifications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A demo application is available on [GitHub](https://stackblitz.com/edit/angular-
4747

4848
When dealing with asynchronous code we always have some contextual information given that directly relate to the output of an asynchronous code.
4949

50-
The a good example is a `[Promise](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Promise)` used in a UI where you can list items and search them.
50+
The good example is a [Promise](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Promise) used in a UI where you can list items and search them.
5151

5252
The following states can apply to this UI:
5353

0 commit comments

Comments
 (0)