Skip to content

Commit

Permalink
docs: ---before-cut--- should be ---cut-before--- (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackman99 authored Apr 19, 2024
1 parent d23618a commit 7ad2ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/refs/notations.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Every Twoslash code sample needs to be a complete TypeScript program realistical

### `// ---cut-before---`

Cut works after TypeScript has generated the project and pulled out all the editor information (like identifiers, queries, highlights etc) and then amends all of their offsets and lines to re-fit the smaller output. What your user sees is everything below the `// ---before-cut---`. A shorthand `// ---cut---` is also available.
Cut works after TypeScript has generated the project and pulled out all the editor information (like identifiers, queries, highlights etc) and then amends all of their offsets and lines to re-fit the smaller output. What your user sees is everything below the `// ---cut-before---`. A shorthand `// ---cut---` is also available.

```ts twoslash input
const level: string = 'Danger'
Expand Down

0 comments on commit 7ad2ba8

Please sign in to comment.