Skip to content

Commit

Permalink
fixup!: shorter code sample display names
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Jan 14, 2025
1 parent 7305f8e commit 13b8e1c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Some important things to note:

A repository would look something like:

```text displayName="Source of the example TypeScript package (directory overview)"
```text displayName="Directory overview the example TypeScript package"
example-ts-pkg/
├ .github/
├ workflows/
Expand All @@ -47,7 +47,7 @@ example-ts-pkg/
└ tsconfig.json
```

```text displayName="(alt 1) Source of the example TypeScript package (directory overview)"
```text displayName="(alt 1) Directory overview the example TypeScript package (directory overview)"
example-ts-pkg/
├ .github/
├ workflows/
Expand All @@ -69,7 +69,7 @@ example-ts-pkg/
└ tsconfig.json
```

```text displayName="(alt 2) Source of the example TypeScript package (directory overview)"
```text displayName="(alt 2) Directory overview the example TypeScript package (directory overview)"
example-ts-pkg/
├ .github/
├ workflows/
Expand Down

0 comments on commit 13b8e1c

Please sign in to comment.