Skip to content

Commit

Permalink
fix: typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raksbisht authored and wesleytodd committed May 17, 2024
1 parent 503447e commit bd44965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Set how "dotfiles" are treated when encountered. A dotfile is a file
or directory that begins with a dot ("."). Note this check is done on
the path itself without checking if the path actually exists on the
disk. If `root` is specified, only the dotfiles above the root are
checked (i.e. the root itself can be within a dotfile when when set
checked (i.e. the root itself can be within a dotfile when set
to "deny").

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

### .mime

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

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

### Custom directory index view

This is a example of serving up a structure of directories with a
This is an example of serving up a structure of directories with a
custom function to render a listing of a directory.

```js
Expand Down

0 comments on commit bd44965

Please sign in to comment.