Skip to content

Commit 34a8a30

Browse files
Resolved a typo error in AboutUs page content
Resolved a typo error in AboutUs page content
1 parent 30bc2f2 commit 34a8a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EssentialUIKit/ViewModels/About/AboutUsViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class AboutUsViewModel : INotifyPropertyChanged
3333
public AboutUsViewModel()
3434
{
3535
this.productDescription =
36-
"Situated in the heard of Smith-town, Acme Products, Inc., has a long-standing tradition of selling the best products while providing the fastest service on the market. Since 1952, we’ve helped our customers identify their needs, understand their wants, and capture their dreams.";
36+
"Situated in the heart of Smith-town, Acme Products, Inc., has a long-standing tradition of selling the best products while providing the fastest service on the market. Since 1952, we’ve helped our customers identify their needs, understand their wants, and capture their dreams.";
3737
this.productIcon = App.BaseImageUrl + "Icon.png";
3838
this.productVersion = "1.0";
3939
this.cardsTopImage = App.BaseImageUrl + "Mask.png";
@@ -225,4 +225,4 @@ private void ItemSelected(object selectedItem)
225225

226226
#endregion
227227
}
228-
}
228+
}

0 commit comments

Comments
 (0)