From 47bd227471490bc3716291f2a2218e89fd6c9af3 Mon Sep 17 00:00:00 2001 From: Andrew Petro <apetro@wisc.edu> Date: Wed, 18 Nov 2015 11:21:49 -0600 Subject: [PATCH] Trivial: "your are" --> "you are". --- myuw-root-webapp/src/main/webapp/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myuw-root-webapp/src/main/webapp/404.html b/myuw-root-webapp/src/main/webapp/404.html index 1db5165..20f6668 100644 --- a/myuw-root-webapp/src/main/webapp/404.html +++ b/myuw-root-webapp/src/main/webapp/404.html @@ -111,7 +111,7 @@ <div class="container-fluid"> <div class="row"> <div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 main-content"> - <p><strong>Sorry, the page your are looking for does not exist or you don't have access to it. Please go to the <a href='/'>MyUW home page</a>.</strong></p> + <p><strong>Sorry, the page you are looking for does not exist or you don't have access to it. Please go to the <a href='/'>MyUW home page</a>.</strong></p> </div> </div> <div> -- GitLab