Skip to content

Commit

Permalink
Fixed some more spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dustout committed May 22, 2019
1 parent 49ff7d9 commit a15a096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EntitySignal/Views/Home/Index.cshtml
Expand Up @@ -30,7 +30,7 @@
Entity Signal allows you
to connect to Entity Framework through SignalR and get updates on subscribed data in real time. This lowers the number
of refreshes done by the user and ultimately allows you to do more with fewer servers. It is also requires minimal changes,
so you can make realtime apps about as easily as you can make standard apps.
so you can make real-time apps about as easily as you can make standard apps.
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions EntitySignal/Views/Shared/_AngularJs.cshtml
Expand Up @@ -5,7 +5,7 @@
<div ng-show="entitySignal.status == 2" ng-cloak class="card border-success mb-3">
<div class="card-body">
<p class="card-text">
<strong class="text-success">Connected</strong> to entity framework through signalr
<strong class="text-success">Connected</strong> to entity framework through SignalR
</p>
</div>
</div>
Expand All @@ -29,7 +29,7 @@
<div ng-show="entitySignal.status == 1" ng-cloak class="card mb-3 border-primary">
<div class="card-body">
<p class="card-text">
<strong class="text-primary">Connecting</strong> to entity framework through signalr
<strong class="text-primary">Connecting</strong> to entity framework through SignalR
</p>
</div>
</div>
Expand Down

0 comments on commit a15a096

Please sign in to comment.