Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
Loedn committed Jun 18, 2024
1 parent 7111346 commit 39e3e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Code } from "@astrojs/starlight/components";
import { Tabs, TabItem } from "@astrojs/starlight/components";
import helloTs from "/src/content/examples/hello.ts?raw";
import helloPy from "/src/content/examples/hello.py?raw";
// import helloSh from "/src/content/examples/hello.sh?raw";
import helloSh from "/src/content/examples/hello.sh?raw";

## Dealing with code

Expand Down

0 comments on commit 39e3e5b

Please sign in to comment.