Skip to content

Commit b8fbe78

Browse files
committed
solve (#2)
1 parent e030f7a commit b8fbe78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/courseData.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const courses = {
6565
\n- Connecting domains with GitHub Pages or other platforms
6666
`,
6767
},
68-
'course 6: how to: discord bot?': {
68+
'course 6: how to: discord bot': {
6969
title: 'Course 6: How to Build a Discord Bot?',
7070
image: 'https://dummyimage.com/600x400/000/fff&text=Discord+Bot',
7171
description: 'Learn how to create and deploy a Discord bot using JavaScript.',
@@ -78,7 +78,7 @@ const courses = {
7878
\n- Deploying the bot to a server
7979
`,
8080
},
81-
'course 7: how to: telegram bot?': {
81+
'course 7: how to: telegram bot': {
8282
title: 'Course 7: How to Build a Telegram Bot?',
8383
image: 'https://dummyimage.com/600x400/000/fff&text=Telegram+Bot',
8484
description: 'Create and manage a Telegram bot using the Telegram Bot API.',
@@ -176,7 +176,7 @@ const courses = {
176176
\n- Tools for monitoring and improving indexing
177177
`,
178178
},
179-
'course 15: why to use codespace?': {
179+
'course 15: why to use codespace': {
180180
title: 'Course 15: Why Use Codespace?',
181181
image: 'https://dummyimage.com/600x400/000/fff&text=Codespace',
182182
description: 'Learn why Codespace is essential for cloud-based development.',
@@ -200,7 +200,7 @@ const courses = {
200200
\n- Prototyping workflows for web development
201201
`,
202202
},
203-
'course 17: how to request a pull request?': {
203+
'course 17: how to request a pull request': {
204204
title: 'Course 17: How to Request a Pull Request?',
205205
image: 'https://dummyimage.com/600x400/000/fff&text=Pull+Request',
206206
description: 'Master the process of contributing to open-source projects via pull requests.',

0 commit comments

Comments
 (0)