diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-16 15:14:46 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-16 15:14:46 -0700 |
commit | 9f756539fa80422942f220ebd81621dda302f036 (patch) | |
tree | a0ef4b36ba0b98512dd557f5802c27248d18916a /docs | |
parent | bb2ed6c1ba491dfda0ab58ff35c6946043c8372f (diff) | |
download | sncontinue-9f756539fa80422942f220ebd81621dda302f036.tar.gz sncontinue-9f756539fa80422942f220ebd81621dda302f036.tar.bz2 sncontinue-9f756539fa80422942f220ebd81621dda302f036.zip |
verb instead of noun
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/components/HomepageFeatures/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js index a76ea22e..6348f80a 100644 --- a/docs/src/components/HomepageFeatures/index.js +++ b/docs/src/components/HomepageFeatures/index.js @@ -22,7 +22,7 @@ const FeatureList = [ ), }, { - title: "Breakdown your work step-by-step", + title: "Break down your work step-by-step", Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, description: ( <> |