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 | 30848d710fc8ed73149bebb47b9ffe8cb00d07bd (patch) | |
tree | c64153735bb11c184ea584f86647e4bc4ba37dba /docs/src/components | |
parent | ab17bc4d4363225c316fbf8a721208766f6930e1 (diff) | |
download | sncontinue-30848d710fc8ed73149bebb47b9ffe8cb00d07bd.tar.gz sncontinue-30848d710fc8ed73149bebb47b9ffe8cb00d07bd.tar.bz2 sncontinue-30848d710fc8ed73149bebb47b9ffe8cb00d07bd.zip |
verb instead of noun
Diffstat (limited to 'docs/src/components')
-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: ( <> |