Skip to content

Commit 997a3c0

Browse files
authored
Merge pull request #1775 from michalgrzegorczyk-dev/docs-typo-promise
docs: fix typo in notifications
2 parents 104dfac + b8650ef commit 997a3c0

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)