From d0478d09a68bc442fb497ea8e0b6348a643f792f Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 11 Jun 2021 21:23:37 +0900 Subject: [PATCH] docs: fix typo in with-unstated/README.md resetted -> reset --- examples/with-unstated/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-unstated/README.md b/examples/with-unstated/README.md index 867daf7e2d77c..c9f069ec83cdc 100644 --- a/examples/with-unstated/README.md +++ b/examples/with-unstated/README.md @@ -2,7 +2,7 @@ This example shows how to integrate [Unstated Next](https://github.com/jamiebuilds/unstated-next) with Next.js. -There are two pages, `/` and `/about`, both render a counter and a timer, the state is saved for the current page and resetted when switching to a different page. To keep a shared state between pages you can add the state providers to `pages/_app.js` instead of using the page. +There are two pages, `/` and `/about`, both render a counter and a timer, the state is saved for the current page and reset when switching to a different page. To keep a shared state between pages you can add the state providers to `pages/_app.js` instead of using the page. ## Preview