From 0fb6b32bc341d7f1f7d859965f9ef90d76c5cab9 Mon Sep 17 00:00:00 2001 From: Valentine Briese Date: Mon, 12 Feb 2024 00:30:38 -0800 Subject: [PATCH] Correct typo in `bundle` script comment (#7682) Release Notes: - N/A --- script/bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bundle b/script/bundle index 9c0dddbac4..fec8e8b086 100755 --- a/script/bundle +++ b/script/bundle @@ -12,7 +12,7 @@ bundle_name="" zed_crate="zed" binary_name="Zed" -# This must match the team in the provsiioning profile. +# This must match the team in the provisioning profile. APPLE_NOTORIZATION_TEAM="MQ55VZLNZQ" # Function for displaying help info