Skip to content

Commit 389f508

Browse files
authored
docs: fix highlighting (dotansimha#8977)
1 parent 676063c commit 389f508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/plugins/presets/preset-client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ In this scenario, you will need to import it from the generated files, as descri
141141

142142
The `useFragment()` function helps narrowing down the Fragment type from a given data object (ex: `film` object to a `FilmFragment` object):
143143

144-
```tsx filename="src/Film.tsx" {16-17}
144+
```tsx filename="src/Film.tsx" {14-15}
145145
import { FragmentType, useFragment } from './gql/fragment-masking'
146146
import { graphql } from '../src/gql'
147147

0 commit comments

Comments
 (0)