From 97e63dc8871b82955a99368fcc1cb2fc2c5ba1ec Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Sat, 11 Feb 2023 11:32:01 +0000 Subject: [PATCH] Apply suggestions from code review --- designs/helper_to_upgrade_projects_by_rescaffolding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/helper_to_upgrade_projects_by_rescaffolding.md b/designs/helper_to_upgrade_projects_by_rescaffolding.md index c523cb1418c..b99dfe30e9d 100644 --- a/designs/helper_to_upgrade_projects_by_rescaffolding.md +++ b/designs/helper_to_upgrade_projects_by_rescaffolding.md @@ -94,7 +94,7 @@ latest changes, bug fixes and features - As a developer I can regenerate my project from the scratch based on all commands that I used the tool to build my project previously but informing a new init plugin chain, so that I could upgrade my current project to new layout versions and experiment alpha ones. -- As a KubeBuilder maintainer I can leverage the helper so that I can encourage its users to migrate to upper versions more often which would make it easier to keep the project maintained. +- As a KubeBuilder maintainer, I can leverage on this helper to encourage its users to migrate to upper versions more often, making it easier to maintain the project. ### Implementation Details/Notes/Constraints Note that in the [e2e tests](https://github.com/kubernetes-sigs/kubebuilder/tree/master/test/e2e) the binary is used to do the scaffolds.