summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-19 14:20:46 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-19 14:20:46 -0700
commitf496a6bcc09d2a67fdf6593a4d3866fa3421d525 (patch)
tree660bf05690996609f0488f68c9107f00e750624c
parent1cd5f5c2fd1a4a9778ac49b51c383831d8a385ec (diff)
fixed a typo
-rw-r--r--photography/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/photography/index.php b/photography/index.php
index a569b69..49141b0 100644
--- a/photography/index.php
+++ b/photography/index.php
@@ -16,6 +16,6 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
exception of my B&W work.
</p>
<p>
- There's no photos here because I haven't figured out how I want to handle serving images.
+ There're no photos here because I haven't figured out how I want to handle serving images.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>