From b5713c21ed22e68bf295bc2fede23e6038bac78f Mon Sep 17 00:00:00 2001 From: Alin Pandichi Date: Wed, 27 Sep 2017 12:49:34 +0300 Subject: [PATCH] Fixing a few typos... --- docs/guides/migration-from-2-to-3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/migration-from-2-to-3.md b/docs/guides/migration-from-2-to-3.md index 388c93525..43cffc9f0 100644 --- a/docs/guides/migration-from-2-to-3.md +++ b/docs/guides/migration-from-2-to-3.md @@ -33,7 +33,7 @@ At the time of writing this, enzyme publishes "officially supported" adapters fo 0.14.x, 15.x, and 16.x. These adapters are npm packages of the form `enzyme-adapter-react-{{version}}`. You will want to configure enzyme with the adapter you'd like to use before using enzyme in your -tests. The way to do this is whith `enzyme.configure(...)`. For example, if your project depends +tests. The way to do this is with `enzyme.configure(...)`. For example, if your project depends on React 16, you would want to configure enzyme this way: ```js @@ -386,7 +386,7 @@ account for this. ## Private properties and methods have been removed There are several properties that are on an enzyme "wrapper" that were considered to be private and -were undocumented as a result. Despite being undocumented, people may haev been relying on them. In +were undocumented as a result. Despite being undocumented, people may have been relying on them. In an effort to make making changes less likely to be accidentally breaking in the future, we have decided to make these properties properly "private". The following properties will no longer be accessible on enzyme `shallow` or `mount` instances: