From cc0b29c8b7d53b213f6b3130e62299e3558ae16e Mon Sep 17 00:00:00 2001 From: Christian Montoya Date: Fri, 13 Dec 2024 09:08:05 -0800 Subject: [PATCH] Update snaps/reference/snaps-api.md Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com> --- snaps/reference/snaps-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snaps/reference/snaps-api.md b/snaps/reference/snaps-api.md index f4b3642d18a..45f3deaba50 100644 --- a/snaps/reference/snaps-api.md +++ b/snaps/reference/snaps-api.md @@ -878,7 +878,7 @@ An object containing the contents of the notification: - `message` - A message to show in the notification. - `title` (optional) - The title of the expanded view, shown when a user expands the notification. - `content` (optional) - A custom Snap UI shown in the expanded view -- `footer` (optiona) - A custom footer object with `text` and `href`, displayed as an action button +- `footer` (optional) - A custom footer object with `text` and `href`, displayed as an action button in the footer of the expanded view. #### Example