File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const darkCodeTheme = themes.dracula;
8
8
/** @type {import('@docusaurus/types').Config } */
9
9
const config = {
10
10
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 .' ,
12
12
favicon : 'img/favicon.ico' ,
13
13
14
14
// Set the production url of your site here
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function HomepageHeader() {
21
21
A modern React library for creating< br /> a flexible and extensible chatbot
22
22
</ p >
23
23
< 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
25
25
</ p >
26
26
< GitHubButtonsContainer />
27
27
< div className = { styles . buttonContainer } >
@@ -86,7 +86,7 @@ export default function Home(): JSX.Element {
86
86
return (
87
87
< Layout
88
88
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 ." >
90
90
< HomepageHeader />
91
91
< main >
92
92
< HomepageFeatures />
You can’t perform that action at this time.
0 commit comments