Skip to content

Commit 21b0cb4

Browse files
committed
typo
1 parent 83ba129 commit 21b0cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To denote a `word` or `phrase` as code, enclose it in backticks (`).
2020

2121
Use [fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks) by enclosing code in three backticks. Specify the programming language for syntax highlighting, and add any meta options after the language.
2222

23-
```java HellowWorld.java
23+
```java HelloWorld.java
2424
class HelloWorld {
2525
public static void main(String[] args) {
2626
System.out.println("Hello, World!");
@@ -29,7 +29,7 @@ class HelloWorld {
2929
```
3030

3131
````md
32-
```java HellowWorld.java
32+
```java HelloWorld.java
3333
class HelloWorld {
3434
public static void main(String[] args) {
3535
System.out.println("Hello, World!");

0 commit comments

Comments
 (0)