Skip to content

Commit

Permalink
Remove distributed since that's not shipping yet. (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Oct 24, 2022
1 parent 3b2b96a commit 3ad0637
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/components/pages/landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ function LandingPage() {
Make Ship Happen
</h1>
<p className="mx-6 text-xl max-h-[112px] md:max-h-[96px] w-[315px] md:w-[615px] md:text-2xl font-space-grotesk text-center text-[#666666] dark:text-[#888888]">
Turbo is an incremental, distributed bundler and build system
optimized for JavaScript and TypeScript, written in Rust.
Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.
</p>
</FadeIn>
<SiteCards />
Expand Down
3 changes: 1 addition & 2 deletions docs/components/pages/pack-home/PackHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ export function PackHero() {
/>
<HeroText h1>The Rust-powered successor to Webpack</HeroText>
<SectionSubtext hero>
Turbopack is an incremental, distributed bundler optimized for
JavaScript and TypeScript, written in Rust.
Turbopack is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.
</SectionSubtext>
</FadeIn>
<FadeIn
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MyDocument extends Document {
<Head>
<meta
name="og:description"
content="Turbo is an incremental, distributed bundler and build system optimized for JavaScript and TypeScript, written in Rust."
content="Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
Expand Down

0 comments on commit 3ad0637

Please sign in to comment.