From 9540b5ad4664e21af0b155283c6d89c02526780a Mon Sep 17 00:00:00 2001 From: Vanessa A Date: Tue, 12 Nov 2019 11:42:54 +0100 Subject: [PATCH] chore: fix typo in middleware readme (#6686) --- examples/pug-stylus-coffee/middleware/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pug-stylus-coffee/middleware/README.md b/examples/pug-stylus-coffee/middleware/README.md index 01595ded74..51861b278c 100644 --- a/examples/pug-stylus-coffee/middleware/README.md +++ b/examples/pug-stylus-coffee/middleware/README.md @@ -3,6 +3,6 @@ **This directory is not required, you can delete it if you don't want to use it.** This directory contains your application middleware. -Middleware let you define custom functions that can be run before rendering either a page or a group of pages. +Middleware lets you define custom functions that can be run before rendering either a page or a group of pages. More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware).