From 359ebd6814d47cfd2d7970925d211d03252e2613 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 28 Jan 2021 16:00:21 +0100 Subject: [PATCH] fix typos --- .changeset/wicked-beds-buy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/wicked-beds-buy.md b/.changeset/wicked-beds-buy.md index daa8fffeab..3218269ff0 100644 --- a/.changeset/wicked-beds-buy.md +++ b/.changeset/wicked-beds-buy.md @@ -5,6 +5,6 @@ The scaffolder is updated to generate a unique workspace directory inside the temp folder which gets cleaned up afterwards. prepare/template/publish steps is refactored to operate on known directories(`checkout/`, `template/`, `result/`) inside the generated temp directory. -Updates preparers to take the template url instead of the entire template. This is done primarly to allow for backwards compatability between v1 and v2 scaffolder templates. +Updates preparers to take the template url instead of the entire template. This is done primarily to allow for backwards compatibility between v1 and v2 scaffolder templates. Fix broken configuration GitHub actions in Create React App template.