Skip to content

Commit 0b77a70

Browse files
committed
fix: correct typo in server-test snapshot (extra period)
1 parent 63e5593 commit 0b77a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphql/server-test/__tests__/__snapshots__/schema-snapshot.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ input StringFilter {
669669
}
670670
671671
"""
672-
A filter to be used against Boolean fields. All fields are combined with a logical 'and.'.’
672+
A filter to be used against Boolean fields. All fields are combined with a logical 'and.'
673673
"""
674674
input BooleanFilter {
675675
"""

0 commit comments

Comments
 (0)