From 4048d29896b99552a79eca101fccbddab6ea9d61 Mon Sep 17 00:00:00 2001 From: Gianmarco Date: Thu, 3 Sep 2020 18:08:54 +0200 Subject: [PATCH] Minor spelling fix in zones example's readme (#16822) --- examples/with-zones/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-zones/README.md b/examples/with-zones/README.md index 2b7f6c57bba44..a5f1ce7f4a8f4 100644 --- a/examples/with-zones/README.md +++ b/examples/with-zones/README.md @@ -1,6 +1,6 @@ # Using multiple zones -With Next.js you can use multiple apps as a single app using it's [multi-zones feature](https://nextjs.org/docs/advanced-features/multi-zones). This is an example showing how to use it. +With Next.js you can use multiple apps as a single app using its [multi-zones feature](https://nextjs.org/docs/advanced-features/multi-zones). This is an example showing how to use it. - All pages should be unique across zones. For example, the `home` app should not have a `pages/blog/index.js` page. - The `blog` app sets [`assetPrefix`](https://nextjs.org/docs/api-reference/next.config.js/cdn-support-with-asset-prefix) so that generated JS bundles are within the `/blog` subfolder.