From 13c0d8a925469a62286f6641546ac8a911f49190 Mon Sep 17 00:00:00 2001 From: Juan Edi Date: Tue, 13 Aug 2019 09:23:12 -0300 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a8cf00..36988d57 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If you are moving in a widget from the monolith: Our goal is to gradually move to the newest version of each widget, and remove the old versions when they are no longer used. This means: - - We should avoid introduce new references to old versions of a widget + - We should avoid introducing new references to old versions of a widget - When touching code that uses a widget, prefer upgrading to the latest version - If you introduce a new version of a widget, please consider taking the time to upgrade all previous usages - If for some reason this isn't feasible, create a story in your team's backlog so that you can prioritize it separately without disrupting your current work