From 91447be7b1bf7e390147025708efdc1a677f1b09 Mon Sep 17 00:00:00 2001 From: Thorsten Essig Date: Mon, 25 Apr 2022 09:34:03 +0200 Subject: [PATCH] fix typo Co-authored-by: resah <3407199+resah@users.noreply.github.com> --- radar/2022-03-28/monorepo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2022-03-28/monorepo.md b/radar/2022-03-28/monorepo.md index c57e0b4..e0db036 100644 --- a/radar/2022-03-28/monorepo.md +++ b/radar/2022-03-28/monorepo.md @@ -7,7 +7,7 @@ featured: true A monorepo is a single repository containing multiple projects and shared libraries with their relationships. -At AOE, we are use a monorepo that is home to both our React and Next.js based frontends and +At AOE, we are using a monorepo that is home to both our React and Next.js based frontends and our [Go](/languages-and-frameworks/go-lang.html) / [Flamingo](/languages-and-frameworks/flamingo.html) based backends, as well as shared libraries we use in all of our projects.