From 8bf9e60363f3b1bd60adc47c539307f951e29444 Mon Sep 17 00:00:00 2001
From: Caleb Sander <caleb.sander@gmail.com>
Date: Sat, 27 Feb 2021 12:18:52 -0500
Subject: [PATCH] Fix #5

---
 specs/mini-vc/mini-vc.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/specs/mini-vc/mini-vc.md b/specs/mini-vc/mini-vc.md
index 63f14a6..dd39ede 100644
--- a/specs/mini-vc/mini-vc.md
+++ b/specs/mini-vc/mini-vc.md
@@ -156,7 +156,7 @@ To respond with JSON, you should set the `Content-Type` header to `application/j
 
 All responses have the form `{success: true, ...data}` if successful and `{success: false, message: string}` if an error occurs.
 
-The server should listen on port 8000 and have the following `POST` endpoints:
+The server should listen on port 8000 and have the following `POST` URLs:
 
 ### `/new_repository`
 
-- 
GitLab