Skip to content

Commit ec14f4d

Browse files
committed
spelling
1 parent ae25424 commit ec14f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Yoga comes with a graphiQL interface, so open http://localhost:4000/graphql and
2424
```graphql
2525
# Examples with gpt
2626
query getGpt {
27-
chatGpt(question: "What is the most preforment framework?") {
27+
chatGpt(question: "What is the most performant framework?") {
2828
question
2929
answer
3030
}
3131
}
3232

3333
subscription steamGpt {
34-
chatGpt(question: "What is the most preforment framework?") {
34+
chatGpt(question: "What is the most performant framework?") {
3535
question
3636
answer
3737
done

0 commit comments

Comments
 (0)