From 94dbf21ffb94df128091c7baff39a5703212bf0f Mon Sep 17 00:00:00 2001
From: Mark Eichin <eichin-github@thok.org>
Date: Tue, 11 Feb 2014 03:41:09 -0500
Subject: [PATCH] doc typos

just saw them while reading...
---
 docs/Options.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Options.md b/docs/Options.md
index 55dacd0be..e21fc4d90 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -122,10 +122,10 @@ Comma-separated list of URL rewrites in the form of
 `uri_pattern=file_or_directory_path`. When Mongoose receives the request,
 it constructs the file name to show by combining `document_root` and the URI.
 However, if the rewrite option is used and `uri_pattern` matches the
-requested URI, then `document_root` is ignored. Insted,
+requested URI, then `document_root` is ignored. Instead,
 `file_or_directory_path` is used, which should be a full path name or
 a path relative to the web server's current working directory. Note that
-`uri_pattern`, as all mongoose patterns, is a prefix pattern. If `uri_patters`
+`uri_pattern`, as all mongoose patterns, is a prefix pattern. If `uri_pattern`
 is a number, then it is treated as HTTP error code, and `file_or_directory_path`
 should be an URI to redirect to. Mongoose will issue `302` temporary redirect
 to the specified URI, appending two parameters:
-- 
GitLab