Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 272e191

Browse files
Update ViewsGalleryViewModel.cs (#888)
removed duplicated text "used to"
1 parent ecd677a commit 272e191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/XCT.Sample/ViewModels/Views/ViewsGalleryViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protected override IEnumerable<SectionModel> CreateItems() => new[]
1212
"The AvatarView represents a user's name by using the initials and a generated background color"),
1313

1414
new SectionModel(typeof(BadgeViewPage), "BadgeView",
15-
"View used to used to notify users notifications, or status of something"),
15+
"View used to notify users notifications, or status of something"),
1616

1717
new SectionModel(typeof(CameraViewPage), "CameraView",
1818
"The CameraView allows you to show a live preview from the camera. You can take pictures, record videos and much more!"),
@@ -51,4 +51,4 @@ protected override IEnumerable<SectionModel> CreateItems() => new[]
5151
"The UniformGrid is just like the Grid, with all rows and columns will have the same size.")
5252
};
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)