Skip to content

Commit

Permalink
docs: fix typos on serve-static-files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LorianeE committed May 11, 2020
1 parent 4d65c8e commit c7aee06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/serve-static-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serve static files

`@ServerSettings` let you to configure a list of static folders.
`@ServerSettings` lets you configure a list of static folders.

### Configuration

Expand All @@ -21,5 +21,5 @@ export class Server extends ServerLoader {
}
```
::: tip
serveStatic attributes supports multiple directories
serveStatic attribute supports multiple directories
:::

0 comments on commit c7aee06

Please sign in to comment.