Skip to content

Commit 4166496

Browse files
committed
docs: Update project description
1 parent 1763b99 commit 4166496

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = themes.dracula;
88
/** @type {import('@docusaurus/types').Config} */
99
const config = {
1010
title: 'React ChatBotify',
11-
tagline: 'A modern React library for creating a flexible and extensible chatbot.',
11+
tagline: 'A modern React library for creating flexible and extensible chatbots.',
1212
favicon: 'img/favicon.ico',
1313

1414
// Set the production url of your site here

src/pages/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function HomepageHeader() {
2121
A modern React library for creating<br/> a flexible and extensible chatbot
2222
</p>
2323
<p className={`hero__subtitle ${styles.landingPageSubtitleThin}`}>
24-
A modern React library for creating a flexible and extensible chatbot
24+
A modern React library for creating flexible and extensible chatbots
2525
</p>
2626
<GitHubButtonsContainer/>
2727
<div className={styles.buttonContainer}>
@@ -86,7 +86,7 @@ export default function Home(): JSX.Element {
8686
return (
8787
<Layout
8888
title={`Hello from ${siteConfig.title}`}
89-
description="A modern React library for creating a flexible and extensible chatbot.">
89+
description="A modern React library for creating flexible and extensible chatbots.">
9090
<HomepageHeader />
9191
<main>
9292
<HomepageFeatures />

0 commit comments

Comments
 (0)