docs: fix spellcheck errors

This commit is contained in:
Stefan Rotsch
2023-02-22 16:28:50 +01:00
committed by Bastian
parent dbfba107c7
commit 77d0806181
25 changed files with 141 additions and 118 deletions

View File

@@ -1,12 +1,11 @@
---
title: "Turborepo"
ring: trial
quadrant: "tools"
featured: true
tags: [build, frontend]
title: "Turborepo"
ring: trial
quadrant: "tools"
tags: [build, frontend]
---
[Turborepo](https://turbo.build/repo) is a build system for JavaScript and TypeScript project,
[Turborepo](https://turbo.build/repo) is a build system for JavaScript and TypeScript project,
which uses a [Monorepo](https://www.aoe.com/techradar/methods-and-patterns/monorepo.html) structure for their codebase.
It helps to build projects efficiently by clever caching and resolving dependencies.