Skip to content

Commit 428ca59

Browse files
Merge pull request #5 from briandenicola/feature-branch-item-3
Feature branch item 3
2 parents f3b2777 + 89b7a60 commit 428ca59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Application/src/RazorPagesTestSample/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@page
22
@model IndexModel
33
@{
4-
ViewData["Title"] = "Brian's Pickles and Preserves Team Messaging System";
4+
ViewData["Title"] = "Brian's Pickles Team Messaging System";
55
}
66

77
<h1>@ViewData["Title"]</h1>

test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hi

0 commit comments

Comments
 (0)