Skip to content

Commit 262bf3a

Browse files
authored
Merge pull request #41 from ashutosh-mishra4/ashutosh-mishra4/fix-typo
Fixed typo in writing-challenges.md
2 parents 39cc8ec + 43d2297 commit 262bf3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎docs/markdown-guidelines.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This is a standard sentence with `console.log("yeah!")` in it.
6666

6767
### Block code
6868

69-
Wrap the code blocks with tripple Grave accent keys. **```** for showing big blocks of code in your content. For example:
69+
Wrap the code blocks with triple Grave accent keys. **```** for showing big blocks of code in your content. For example:
7070

7171
```
7272
if (isServer && user){
@@ -84,7 +84,7 @@ if (isServer && user){
8484

8585
Hashnode supports generic code highlighting. This will be applied to the code blocks after you publish the content.
8686

87-
You can select which highlighting to use manually by appending the code language after the beginning Tripple Grave accent keys like so **```javascript**.
87+
You can select which highlighting to use manually by appending the code language after the beginning Triple Grave accent keys like so **```javascript**.
8888

8989
## Text Formatting
9090

‎docs/writing-challenges.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: Writing Challenges
1313

1414
## What are they
1515

16-
Hashnode created writing challenges to help you become better at blogging. By completeing these writing challenges, you win cool badges which you can showcase on your blog.
16+
Hashnode created writing challenges to help you become better at blogging. By completing these writing challenges, you win cool badges which you can showcase on your blog.
1717

1818
At the moment, there are 5 writing challenges:
1919
***Self Starter**

0 commit comments

Comments
(0)