Skip to content

Commit 1a37880

Browse files
Correct spelling mistake
1 parent ef417d6 commit 1a37880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/actionable-notifications/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Ideally, this function should be **plug and play**. See Registering a new notifi
9090
```createGlobalNotification```
9191

9292
```updateNotification(notificationId, updatedNotification)```
93-
Updates notififications, atomically (only _archivedAt_, _triggeredAt_, and _viewedAt_ will be updated, should be enforced via code, in both the service, the joi validation, and the model configuration if possible)
93+
Updates notifications, atomically (only _archivedAt_, _triggeredAt_, and _viewedAt_ will be updated, should be enforced via code, in both the service, the joi validation, and the model configuration if possible)
9494

9595
```js
9696
// just an example

0 commit comments

Comments
 (0)