@@ -65,7 +65,7 @@ const courses = {
65
65
\n- Connecting domains with GitHub Pages or other platforms
66
66
` ,
67
67
} ,
68
- 'course 6: how to: discord bot? ' : {
68
+ 'course 6: how to: discord bot' : {
69
69
title : 'Course 6: How to Build a Discord Bot?' ,
70
70
image : 'https://dummyimage.com/600x400/000/fff&text=Discord+Bot' ,
71
71
description : 'Learn how to create and deploy a Discord bot using JavaScript.' ,
@@ -78,7 +78,7 @@ const courses = {
78
78
\n- Deploying the bot to a server
79
79
` ,
80
80
} ,
81
- 'course 7: how to: telegram bot? ' : {
81
+ 'course 7: how to: telegram bot' : {
82
82
title : 'Course 7: How to Build a Telegram Bot?' ,
83
83
image : 'https://dummyimage.com/600x400/000/fff&text=Telegram+Bot' ,
84
84
description : 'Create and manage a Telegram bot using the Telegram Bot API.' ,
@@ -176,7 +176,7 @@ const courses = {
176
176
\n- Tools for monitoring and improving indexing
177
177
` ,
178
178
} ,
179
- 'course 15: why to use codespace? ' : {
179
+ 'course 15: why to use codespace' : {
180
180
title : 'Course 15: Why Use Codespace?' ,
181
181
image : 'https://dummyimage.com/600x400/000/fff&text=Codespace' ,
182
182
description : 'Learn why Codespace is essential for cloud-based development.' ,
@@ -200,7 +200,7 @@ const courses = {
200
200
\n- Prototyping workflows for web development
201
201
` ,
202
202
} ,
203
- 'course 17: how to request a pull request? ' : {
203
+ 'course 17: how to request a pull request' : {
204
204
title : 'Course 17: How to Request a Pull Request?' ,
205
205
image : 'https://dummyimage.com/600x400/000/fff&text=Pull+Request' ,
206
206
description : 'Master the process of contributing to open-source projects via pull requests.' ,
0 commit comments