From df100ce5409fa52a113b1bfbb69f933021d8dd02 Mon Sep 17 00:00:00 2001
From: Michael Chiang <mchiang0610@users.noreply.github.com>
Date: Wed, 19 Jul 2023 22:58:15 -0700
Subject: [PATCH] Update docs/modelfile.md

Co-authored-by: Michael Yang <mxyng@pm.me>
---
 docs/modelfile.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modelfile.md b/docs/modelfile.md
index 5a30e896..5918479d 100644
--- a/docs/modelfile.md
+++ b/docs/modelfile.md
@@ -53,7 +53,7 @@ To use this:
 
 ## FROM (Required)
 
-The FROM instruction Defines the base model to use when creating a model.
+The FROM instruction defines the base model to use when creating a model.
 
 ```
 FROM <model name>:<tag>