Skip to content

Commit

Permalink
Merge pull request #34 from firezone/fix/typo
Browse files Browse the repository at this point in the history
Fix minor typos
  • Loading branch information
AndrewDryga authored Jul 22, 2024
2 parents 15ac629 + c575a73 commit 381fba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/probe/live/component/run.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
/>
Expand Down
2 changes: 1 addition & 1 deletion priv/static/scripts/unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 381fba9

Please sign in to comment.