From 3abc07ddb712c88578805026734913c85a0963e0 Mon Sep 17 00:00:00 2001 From: Cory McArthur Date: Thu, 20 Aug 2020 08:23:30 -0600 Subject: [PATCH] docs: fixes stencil/store typo (#2640) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e4c9d94ec..3504ec70084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,7 +124,7 @@ The other change is the update to [TypeScript 4](https://devblogs.microsoft.com/ ### Removal of `Context` -The `Context` object was originally added in the `0.x.x` versions of Stencil, before ES Modules were widely adopted. Since then we've deprecated it in Stencil 1, and have ported any external libraries off of it. The remaining one was `@stencil/redux`, and we've released `0.2.0` to be used with Stencil 2 (and can also work with Stencil 1). Additionally, now might be a good time to look into using [@stencil/core](https://stenciljs.com/docs/stencil-store) instead. +The `Context` object was originally added in the `0.x.x` versions of Stencil, before ES Modules were widely adopted. Since then we've deprecated it in Stencil 1, and have ported any external libraries off of it. The remaining one was `@stencil/redux`, and we've released `0.2.0` to be used with Stencil 2 (and can also work with Stencil 1). Additionally, now might be a good time to look into using [@stencil/store](https://stenciljs.com/docs/stencil-store) instead. ### Bug Fixes