Skip to content

Commit

Permalink
Merge pull request #5 from wolfgang42/patch-1
Browse files Browse the repository at this point in the history
Fix several typos and spellings
  • Loading branch information
alexphelps committed Feb 14, 2016
2 parents 516ae36 + e5ce4cb commit 1434a63
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion 403-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>What happened?</h2>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site vistor</p>
<p class="lead">If you're a site visitor</p>
<p>Please use your browsers back button and check that you're in the right place. If you need immediate assistance, please send us an email instead.</p>
<p class="lead">If you're the site owner</p>
<p>Please check that you're in the right place and get in touch with your website provider if you believe this to be an error.</p>
Expand Down
4 changes: 2 additions & 2 deletions 404-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ <h2>What happened?</h2>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site vistor</p>
<p>Please use your browsers back button and check that you're in the right place. If you need immediate assistance, please send us an email instead.</p>
<p class="lead">If you're a site visitor</p>
<p>Please use your browser's back button and check that you're in the right place. If you need immediate assistance, please send us an email instead.</p>
<p class="lead">If you're the site owner</p>
<p>Please check that you're in the right place and get in touch with your website provider if you believe this to be an error.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 500-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>What happened?</h2>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site vistor</p>
<p class="lead">If you're a site visitor</p>
<p> Nothing you can do at the moment. If you need immediate assistance, please send us an email instead. We apologize for any inconvenience.</p>
<p class="lead">If you're the site owner</p>
<p>This error can only be fixed by server admins, please contact your website provider.</p>
Expand Down
10 changes: 5 additions & 5 deletions 502-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ <h1><i class="fa fa-bolt orange"></i> {{page.title}}</h1>
<div class="row">
<div class="col-md-6">
<h2>What happened?</h2>
<p class="lead">A 502 error status implies that that the server received an invalid response from an upstream server it accessed to fulfil the request.</p>
<p class="lead">A 502 error status implies that that the server received an invalid response from an upstream server it accessed to fulfill the request.</p>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site vistor</p>
<p class="lead">If you're a site visitor</p>
<p><a onclick=javascript:checkSite();>Check to see if this website down for everyone or just you.</a>
<script type="text/javascript">
function checkSite(){
var currentSite = window.location.hostname;
window.location = "http://isup.me/" + currentSite;
}
</script></p>
<p>Also, clearing your browser cache and refreshing the page may clear this issue. If the problem persissts and you need immediate assistance, please send us an email instead.</p>
<p>Also, clearing your browser cache and refreshing the page may clear this issue. If the problem persists and you need immediate assistance, please send us an email instead.</p>
<p class="lead">If you're the site owner</p>
<p>Clearing your browser cache and refreshing the page may clear this issue. If the problem persissts and you need immediate assistance, please contact your website provider.</p>
<p>Clearing your browser cache and refreshing the page may clear this issue. If the problem persists and you need immediate assistance, please contact your website provider.</p>
</div>
</div>
</div>
</div>
</div>
6 changes: 3 additions & 3 deletions 503-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ <h1><i class="fa fa-exclamation-triangle orange"></i> {{page.title}}</h1>
<div class="row">
<div class="col-md-6">
<h2>What happened?</h2>
<p class="lead">A 503 error status implies that this is a temporary condition due to a temporary overloading or maintenance of the server. This error is normally a brief temporary interuption.</p>
<p class="lead">A 503 error status implies that this is a temporary condition due to a temporary overloading or maintenance of the server. This error is normally a brief temporary interruption.</p>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site vistor</p>
<p class="lead">If you're a site visitor</p>
<p>If you need immediate assistance, please send us an email instead. We apologize for any inconvenience.</p>
<p class="lead">If you're the site owner</p>
<p>This error is mostly likely very brief, the best thing to do is to check back in a few minutes and everything will probably be working normal agian.</p>
<p>This error is mostly likely very brief, the best thing to do is to check back in a few minutes and everything will probably be working normal again.</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions 504-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ <h2>What happened?</h2>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site vistor</p>
<p class="lead">If you're a site visitor</p>
<p><a onclick=javascript:checkSite();>Check to see if this website down for everyone or just you.</a>
<script type="text/javascript">
function checkSite(){
var currentSite = window.location.hostname;
window.location = "http://isup.me/" + currentSite;
}
</script></p>
<p>Also, clearing your browser cache and refreshing the page may clear this issue. If the problem persissts and you need immediate assistance, please send us an email instead.</p>
<p>Also, clearing your browser cache and refreshing the page may clear this issue. If the problem persists and you need immediate assistance, please send us an email instead.</p>
<p class="lead">If you're the site owner</p>
<p>Clearing your browser cache and refreshing the page may clear this issue. If the problem persists and you need immediate assistance, please contact your website provider.</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions maintenance-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ <h2>What happened?</h2>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site vistor</p>
<p class="lead">If you're a site visitor</p>
<p>If you need immediate assistance, please send us an email instead. We apologize for any inconvenience.</p>
<p class="lead">If you're the site owner</p>
<p>The maintenance period will mostly likely be very brief, the best thing to do is to check back in a few minutes and everything will probably be working normal agian.</p>
<p>The maintenance period will mostly likely be very brief, the best thing to do is to check back in a few minutes and everything will probably be working normal again.</p>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions rate-limit-error.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ <h3>Rate Limit Exceeded.</h3>
<div class="col-md-6">
<h2>What happened?</h2>
<p class="lead">This error means you have exceeded the request rate limit for the the web server you are accessing.</p>
<p class="lead"> Rate Limit Thersholds are set higher than a human browsing this site should be able to reach and mostly for protection against automated requests and attacks.</p>
<p class="lead"> Rate Limit Thresholds are set higher than a human browsing this site should be able to reach and mostly for protection against automated requests and attacks.</p>
</div>
<div class="col-md-6">
<h2>What can I do?</h2>
<p class="lead">If you're a site vistor</p>
<p class="lead">If you're a site visitor</p>
<p>The best thing to do is to slow down with your requests and try again in a few minutes. We apologize for any inconvenience.</p>
<p class="lead">If you're the site owner</p>
<p>This error is mostly likely very brief, the best thing to do is to check back in a few minutes and everything will probably be working normal agian. If the error persists, contact your website host.</p>
<p>This error is mostly likely very brief, the best thing to do is to check back in a few minutes and everything will probably be working normal again. If the error persists, contact your website host.</p>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 1434a63

Please sign in to comment.