From 8eec3dcc300256a679d1ecc5fe3ebf2ef13ec21e Mon Sep 17 00:00:00 2001 From: brandonjp Date: Thu, 24 Oct 2019 11:59:40 -0500 Subject: [PATCH] fix typo using `page` instead of `pages` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a4d7f15d2..3aab8ca3d7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ When writing theme JavaScript (JS) there is an API in place for running JS on a * "pages/search" * "pages/sitemap" * "pages/subscribed" -* "page/account/wishlist-details" +* "pages/account/wishlist-details" * "pages/account/wishlists" These page types will correspond to the pages within your theme. Each one of these page types map to an ES6 module that extends the base `PageManager` abstract class.