Skip to content

Commit 1f2ba57

Browse files
Merge pull request #15 from jorrit/patch-1
Fix typo in Queues/Index.cshtml
2 parents 3cdcc8f + b19ecbc commit 1f2ba57

File tree

1 file changed

+2
-2
lines changed
  • src/Server/OneTrueError.Web/Areas/Admin/Views/Queues

1 file changed

+2
-2
lines changed

src/Server/OneTrueError.Web/Areas/Admin/Views/Queues/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</p>
2525
<p>
2626
If you want to make sure that all reports are received ASAP at all times we recommend MSMQ queues as
27-
they are run om the local system they will be processed as long as the sever is up (no dependency on the SQL server). By using
27+
they are run om the local system they will be processed as long as the server is up (no dependency on the SQL server). By using
2828
MSMQ you can also configure a monitoring software to have alarms on the queues to see if something goes wrong.
2929
</p>
3030
<form method="post" action="@Url.Action("Index")" class="form">
@@ -94,4 +94,4 @@
9494
$('#msmq').hide();
9595
}
9696
</script>
97-
}
97+
}

0 commit comments

Comments
 (0)