Skip to content

Commit 555e73a

Browse files
authored
Fix typo and example code formatting in README.md regarding cursor paging
1 parent 4e6af82 commit 555e73a

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
@@ -248,7 +248,7 @@ These interfaces both expose `PageInfo` & `TotalCount` properties that may optio
248248
### Cursor Paging Example to simply retrieve a single Page...
249249

250250
Cursor paging is the approach that is strongly recommended by GraphQL.org however, offset based paging (aka CollectionSegment -
251-
*using from HotChocolate .NET GraphQL Server naming convention*)) is availble also [(see below)](#offsetslice-paging-results-via-collectionsegment).
251+
*using from HotChocolate .NET GraphQL Server naming convention*) is availble also [(see below)](#offsetslice-paging-results-via-collectionsegment).
252252

253253
```csharp
254254
var results = await "https://graphql-star-wars.azurewebsites.net/api/graphql"
@@ -265,7 +265,7 @@ var results = await "https://graphql-star-wars.azurewebsites.net/api/graphql"
265265
nodes {
266266
personalIdentifier
267267
name
268-
height
268+
height
269269
}
270270
}
271271
}

0 commit comments

Comments
 (0)