From 3a0b46024b58335c049edfb719a015f21ad86aef Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Mon, 31 Jul 2023 09:34:35 -0300 Subject: [PATCH] fix phrasing --- .../docs/how-tos/accounts-and-addresses/listen-to-events.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shimmer/docs/iota-sdk/docs/how-tos/accounts-and-addresses/listen-to-events.mdx b/shimmer/docs/iota-sdk/docs/how-tos/accounts-and-addresses/listen-to-events.mdx index b12c69ff741..8b33209bd82 100644 --- a/shimmer/docs/iota-sdk/docs/how-tos/accounts-and-addresses/listen-to-events.mdx +++ b/shimmer/docs/iota-sdk/docs/how-tos/accounts-and-addresses/listen-to-events.mdx @@ -19,8 +19,8 @@ import TabItem from '@theme/TabItem'; import WarningUnlockConditions from '../../_admonitions/_warning-unlock-conditions.md' Listening to events in an application is essential for real-time data updates and a seamless user experience. By -subscribing to events, you can trigger a call to a callback as soon as the event happens, such as transfers, deposits, -or withdrawals. +subscribing to events, you can trigger a callback as soon as the event happens, such as transfers, deposits, or +withdrawals.