Skip to content

Commit b19ecbc

Browse files
authored
Fix typo in Queues/Index.cshtml
1 parent 3cdcc8f commit b19ecbc

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)