Skip to content

Commit bb49ddb

Browse files
authored
Fix typo
1 parent 3762d76 commit bb49ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/starWarsSchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ import {
113113
* }
114114
*
115115
* type Mutation {
116-
* introduceShip(input IntroduceShipInput!): IntroduceShipPayload
116+
* introduceShip(input: IntroduceShipInput!): IntroduceShipPayload
117117
* }
118118
*/
119119

0 commit comments

Comments
 (0)