Skip to content

Commit 2b84d38

Browse files
authored
Fix typo in old Doctrine Annotation syntax (#787)
The text was displaying the Attribute syntax instead of the Doctrine Annotation syntax.
1 parent ef61388 commit 2b84d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-8.0.0/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ As you can see, GraphQLite will automatically do the mapping between PHP types a
4444

4545
GraphQLite relies a lot on attributes.
4646

47-
It supports the new PHP 8 attributes (`#[Query]`), the "Doctrine annotations" style (`#[Query]`) was dropped.
47+
It supports the new PHP 8 attributes (`#[Query]`), the "Doctrine annotations" style (`@Query`) was dropped.
4848

4949
## Testing the query
5050

0 commit comments

Comments
 (0)