From c575a736ffe308a3ccf0d3d40da4cbf65dda98b6 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Mon, 22 Jul 2024 11:45:26 -0700 Subject: [PATCH] Fix minor typos --- lib/probe/live/component/run.ex | 2 +- priv/static/scripts/unix.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/probe/live/component/run.ex b/lib/probe/live/component/run.ex index 874a9dc..22cfbe7 100644 --- a/lib/probe/live/component/run.ex +++ b/lib/probe/live/component/run.ex @@ -310,7 +310,7 @@ defmodule Probe.Live.Component.Run do <.check_row type="Data message" header="0x04" - description="The encrypted payload used to transport application data." + description="The encrypted payload used to transport application data" status={get_in(@run.checks.data_message)} turn_status={get_in(@run.checks.turn_data_message)} /> diff --git a/priv/static/scripts/unix.sh b/priv/static/scripts/unix.sh index c3352f1..4a6f3eb 100755 --- a/priv/static/scripts/unix.sh +++ b/priv/static/scripts/unix.sh @@ -119,7 +119,7 @@ fi echo "Running test against port $port..." -# Run the test, sending each payload 5 times. It's UDP, after all. +# Run the test, sending each payload 3 times. It's UDP, after all. send_payload "$hs_init" send_payload "$turn_hs_init" send_payload "$hs_response"