Fix typo.
authorSam White <webmaster@ycra.org.uk>
Sat, 11 Dec 2021 11:07:42 +0000 (11:07 +0000)
committerSam White <webmaster@ycra.org.uk>
Sat, 11 Dec 2021 11:07:42 +0000 (11:07 +0000)
public_html/documents.php

index 951b1c5289e05f1e9b119670696700fb94655530..9ec6ab0e53f243af179230aeed6b369c08e6a956 100644 (file)
@@ -8,7 +8,7 @@ function page_title() {
 function content() { ?>
   <h1>YCRA Documents</h1>
 
-  <p>Please find link to all of our important public documents below.</p><?php
+  <p>Please find links to all of our important public documents below.</p><?php
 
   $documents = ['privacy-policy-v2.pdf'=>'Privacy Policy'];?>