From a1ceb7a27f6653a4a9d1d40966d461c663419542 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Tue, 3 Oct 2023 16:25:52 -0400
Subject: [PATCH] auto

---
 p3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p3.md b/p3.md
index 1241aa7..fee9dc7 100644
--- a/p3.md
+++ b/p3.md
@@ -266,7 +266,7 @@ io:p3> cli desc status
     ]
 }
 ```
-Note that **the binding is automatically resolved** to it's `Value`.  This
+Also, note that **the binding is automatically resolved** to it's `Value`.  This
 means that `http://localhost:8000/status` now shows the current status page.
 ```
 io:p3> curl 'localhost:8000/status'
-- 
GitLab