Skip to content

Commit bd44965

Browse files
raksbishtwesleytodd
authored andcommitted
fix: typos in README.md
1 parent 503447e commit bd44965

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Set how "dotfiles" are treated when encountered. A dotfile is a file
5555
or directory that begins with a dot ("."). Note this check is done on
5656
the path itself without checking if the path actually exists on the
5757
disk. If `root` is specified, only the dotfiles above the root are
58-
checked (i.e. the root itself can be within a dotfile when when set
58+
checked (i.e. the root itself can be within a dotfile when set
5959
to "deny").
6060

6161
- `'allow'` No special treatment for dotfiles.
@@ -135,7 +135,7 @@ object, typically `send(req, path, options).pipe(res)`.
135135

136136
### .mime
137137

138-
The `mime` export is the global instance of of the
138+
The `mime` export is the global instance of the
139139
[`mime` npm module](https://www.npmjs.com/package/mime).
140140

141141
This is used to configure the MIME types that are associated with file extensions
@@ -232,7 +232,7 @@ server.listen(3000)
232232

233233
### Custom directory index view
234234

235-
This is a example of serving up a structure of directories with a
235+
This is an example of serving up a structure of directories with a
236236
custom function to render a listing of a directory.
237237

238238
```js

0 commit comments

Comments
 (0)