Skip to content

Commit 573984d

Browse files
committed
Fix typos in comments
1 parent 27c5ad7 commit 573984d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rock.JavaScript.Obsidian/Framework/FieldTypes/phoneNumberFieldComponents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const EditComponent = defineComponent({
6767
is reset back to the prior value in RockField and the Field.Edit component, however, the phone number is still
6868
up-to-date in PhoneNumberBox...
6969
70-
By adding this short debounce, we ensure that all the updates from the PhoneNumberBox are propogated up to the
70+
By adding this short debounce, we ensure that all the updates from the PhoneNumberBox are propagated up to the
7171
Field.Edit component, THEN we emit a single change up from there to prevent the race from happening and all
7272
the updates stay in place.
7373

RockWeb/Blocks/Mobile/MobileApplicationDetail.ascx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ protected void lbTabDeepLinks_Click( object sender, EventArgs e )
13581358
/// </summary>
13591359
/// <remarks>
13601360
/// "async void" is not normal, but WebForms has special logic to deal with
1361-
/// it that allows await to be used and ensures HttpContext is propogated
1361+
/// it that allows await to be used and ensures HttpContext is propagated
13621362
/// along the async call chain.
13631363
/// </remarks>
13641364
/// <param name="sender">The source of the event.</param>

0 commit comments

Comments
 (0)