From 127613b6c0326743f4af037baacecac949ff987e Mon Sep 17 00:00:00 2001 From: Kenguruka Date: Fri, 10 Dec 2021 10:57:38 +0300 Subject: [PATCH] Update to ipx.md Change "an usecase" to " a use case" --- docs/content/en/4.providers/ipx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/4.providers/ipx.md b/docs/content/en/4.providers/ipx.md index 38f92aa0f..9d0f611ef 100644 --- a/docs/content/en/4.providers/ipx.md +++ b/docs/content/en/4.providers/ipx.md @@ -21,7 +21,7 @@ Just add `@nuxt/image` to `modules` (instead of `buildModules`) in `nuxt.config` ### Advanced: Custom ServerMiddleware -If you have an usecase of a custom IPX instance serving other that `static/` dir, you may instead create a server Middleware that handles the `/_ipx` endpoint: +If you have a use case of a custom IPX instance serving other that `static/` dir, you may instead create a server Middleware that handles the `/_ipx` endpoint: 1. Add `ipx` as a dependency: