From 0db2c686eb649296665209e11c980792b59848e8 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Wed, 19 Mar 2025 15:52:41 +0100 Subject: [PATCH] Language and formatting improvements in notifications sub-page Signed-off-by: Marian Steinbach --- docs/notifications/usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/notifications/usage.md b/docs/notifications/usage.md index 59fbd83e3b..358426dc21 100644 --- a/docs/notifications/usage.md +++ b/docs/notifications/usage.md @@ -6,7 +6,7 @@ description: How to use the notifications and signals ## Notifications Backend -The Notifications backend plugin provides an API to create notifications, list notifications per logged-in user, and search based on parameters. +The notifications backend plugin provides an API to create notifications, list notifications per logged-in user, and search based on parameters. The plugin uses a relational [database](https://backstage.io/docs/getting-started/config/database) for persistence; no specifics are introduced in this context. @@ -26,7 +26,7 @@ In the `packages/app/src/components/Root/Root.tsx`, tweak the [properties](https ## Usage -New notifications can be sent either by a backend plugin or an external service through the REST API. +New notifications can be sent either by a backend plugin or by an external service through the REST API. ## Backend @@ -71,7 +71,7 @@ await notificationService.send({ }); ``` -Refer the [API documentation](https://github.com/backstage/backstage/blob/master/plugins/notifications-node/report.api.md) for further details. +Consult the [API documentation](https://github.com/backstage/backstage/blob/master/plugins/notifications-node/report.api.md) for further details. ### External Services