Skip to content

Commit

Permalink
chore(website): fix a typo on home page (lerna#3282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-br0 committed Aug 10, 2022
1 parent d7c398b commit e75a57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/about-lerna.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const callouts: Callout[] = [
{
title: "Minimal",
text:
"Lerna requires requires very little configuration, and doesn’t clutter your files. You still run your npm scripts, just faster.",
"Lerna requires very little configuration, and doesn’t clutter your files. You still run your npm scripts, just faster.",
link: "/docs/getting-started",
icon: CubeTransparentIcon,
},
Expand Down

0 comments on commit e75a57e

Please sign in to comment.