From b32d22a6d27634538d86fc2f6cee7e59782edef0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:48:21 -0500 Subject: [PATCH] spelling: surprisingly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/pulse2/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pulse2/history.md b/docs/pulse2/history.md index 306364e8..3f90cb72 100644 --- a/docs/pulse2/history.md +++ b/docs/pulse2/history.md @@ -149,7 +149,7 @@ Applications can choose to communicate with either best-effort datagram service (like PULSEv1), or reliable datagram service that guarantees in-order datagram delivery. Having the reliable transport available made it very easy to implement prompt commands over PULSEv2. And it was -also suprisingly easy to implement a PULSEv2 transport for the Pebble +also surprisingly easy to implement a PULSEv2 transport for the Pebble Protocol, which allows developers and test automation to interact with bigboards using libpebble2 and pebble-tool, exactly like they can with emulators and sealed watches connected to phones.