Skip to content

Commit 7347e70

Browse files
committed
Merge branch 'MRK-1074' of https://github.com/novuhq/docs into MRK-1074
2 parents 0dc510b + 5949cd6 commit 7347e70

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/docs/platform/inbox/configuration/inbox-with-context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import { Inbox } from '@novu/react';
5959
/>
6060
```
6161

62-
When a workflow with these exact context is trigger, as seen below
62+
When a workflow with these exact context is triggered, as seen below
6363

6464
![Context in trigger](/images/inbox/context-trigger.png)
6565

content/docs/platform/workflow/contexts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In simple terms, a context acts like an extended version of the payload. While t
1313

1414
Context solves the common problem of sending differentiated notifications to the same subscriber without creating duplicate subscriber records or complex workarounds.
1515

16-
For exampl, if you have a single subscriber entity, `[email protected]`, who uses two different applications you offer: "Notion Email" and "Notion Calendar". You want to send notifications specific to each application.
16+
For example, if you have a single subscriber entity, `[email protected]`, who uses two different applications you offer: "Notion Email" and "Notion Calendar". You want to send notifications specific to each application.
1717

1818
Without context, you might have to create two different subscribers or use workarounds with subscriber ID prefixes to differentiate the notifications.
1919

content/docs/platform/workflow/contexts/manage-contexts.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ Delete a context if it’s no longer needed. This action permanently removes the
171171

172172
1. Log in to the Novu dashboard.
173173
2. Click **Contexts** on the sidebar.
174-
3. Click on on the context or on the **...** icon on the row of the context you want to remove.
175-
4. Click **Delete context**, a menu will appear.
174+
3. Click the context or the **...** icon on the row you want to remove.
175+
4. A confirmation menu will appear.
176176
![Delete](/images/workflows/contexts/delete.png)
177-
5. Click **Delete context**.
177+
5. Select **Delete context** to confirm removal.
178178
![Delete context](/images/workflows/contexts/delete-context.png)
179179

180180
### Delete a context via API

0 commit comments

Comments
 (0)