Skip to content

Commit 06f7c2d

Browse files
authored
Fix typo in NestedQueries.kt (#1689)
1 parent 74e3d0c commit 06f7c2d

File tree

1 file changed

+1
-1
lines changed
  • examples/server/spring-server/src/main/kotlin/com/expediagroup/graphql/examples/server/spring/query

1 file changed

+1
-1
lines changed

examples/server/spring-server/src/main/kotlin/com/expediagroup/graphql/examples/server/spring/query/NestedQueries.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import org.springframework.stereotype.Component
3333
class NestedQueries(private val coffeeBean: CoffeeBean) : Query {
3434
fun findAnimal(): NestedAnimal = NestedAnimal(1, "cat")
3535

36-
@GraphQLDescription("An exmaple of using data fetcher with out a bean factory")
36+
@GraphQLDescription("An example of using data fetcher with out a bean factory")
3737
fun getCoffeeBean(beanName: String) = coffeeBean
3838
}
3939

0 commit comments

Comments
 (0)