Skip to content

Commit 82c4246

Browse files
author
Vikas Agarwal
committed
Github issue#1230, Fix typo: "chat bot" should always be spelled "chatbot"
— Updated
1 parent 1bf5a0a commit 82c4246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/projectWizard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const products = {
3232
},
3333
Chatbot: {
3434
icon: 'product-cat-chatbot',
35-
info: 'Build, train and test a custom conversation for your chat bot',
35+
info: 'Build, train and test a custom conversation for your chatbot',
3636
question: 'What do you need to develop?',
3737
id: 'chatbot',
3838
subtypes: {

0 commit comments

Comments
 (0)