Skip to content

Commit b863bfb

Browse files
committed
Fix phrasing per CodeRabbit review — remove 'different field selections' qualifier
1 parent f804370 commit b863bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/data/fragments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Changes to the `NameParts` fragment automatically update the fields included in
4343

4444
## Unique fragment names {#unique-names}
4545

46-
Fragment names must be unique across your entire application. If you accidentally define two fragments with the same name but different field selections, `graphql-tag` warns you about the conflict at runtime to prevent subtle bugs:
46+
Fragment names must be unique across your entire application. If you accidentally reuse a fragment name, `graphql-tag` warns you about the conflict at runtime to prevent subtle bugs:
4747

4848
```text
4949
Warning: fragment with name SomeFragment already exists.

0 commit comments

Comments
 (0)