Skip to content

Commit 752bb99

Browse files
authored
"Yarn may [+not] solve all your problems" and "will always be to[+at]" (#5727)
Fixed typos on the front page of the website. "Yarn may solve all your problems - but it'll give you the tools to solve the ones you find on your way." -> "Yarn may not solve all your problems - but it'll give you the tools to solve the ones you find on your way." "Yarn will always be to the frontline" -> "Yarn will always be at the frontline" Co-authored-by: nbrader <[email protected]>
1 parent 3a793b3 commit 752bb99

File tree

1 file changed

+2
-2
lines changed
  • packages/docusaurus/src/components/HomepageFeatures

1 file changed

+2
-2
lines changed

packages/docusaurus/src/components/HomepageFeatures/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const FeatureList: Array<FeatureItem> = [
4545
icon: `icon-plugins`,
4646
description: (
4747
<>
48-
Yarn may solve all your problems - but it'll give you the tools to
48+
Yarn may not solve all your problems - but it'll give you the tools to
4949
solve the ones you find on your way.
5050
</>
5151
),
@@ -55,7 +55,7 @@ const FeatureList: Array<FeatureItem> = [
5555
icon: `icon-innovation`,
5656
description: (
5757
<>
58-
We believe in challenging the status quo. Yarn will always be to the
58+
We believe in challenging the status quo. Yarn will always be at the
5959
frontline, brewing new workflows and improving old ones.
6060
</>
6161
),

0 commit comments

Comments
 (0)