From 5210b68a7837654c6b84207a45e1e573d9472d1a Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 13 Jun 2023 21:47:55 -0400 Subject: [PATCH] docs: fix typos --- docs.wrm/migrating.wrm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.wrm/migrating.wrm b/docs.wrm/migrating.wrm index 8ba1f0f6c..97b405064 100644 --- a/docs.wrm/migrating.wrm +++ b/docs.wrm/migrating.wrm @@ -4,7 +4,7 @@ This guide aims to capture some of the high-level differences between v5 and v6 to help those migrating an existing app and those already familiar with v5 that just need a quick primer. -The biggest differnce in v6 is the use of modern ES6 features, +The biggest difference in v6 is the use of modern ES6 features, so a lot of changes are largely internal. - [BigNumbers](migrate-bigint) @@ -172,7 +172,7 @@ managed as a monorepo. In v6 all imports are available in the root package, and for those who wish to have finer-grained control, the ``pkg.exports`` makes -certain folders avilable directly. +certain folders available directly. _code: importing in v5 @lang