Skip to content

Commit

Permalink
Connections Doc Minor Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Math3v committed Jul 8, 2023
1 parent 235b392 commit 855e066
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are three important points to understand:
* The list itself has properties, such as whether or not there is a next page available. We handle this with a node that represent the list itself as well as one for the current page.
* Pagination is done by *cursors* — opaque symbols that point to the next page of results — rather than offsets.

Imagine we want to show a list of the user’s friends. An a high level, we imagine a graph where the viewer and their friends are each nodes. From the viewer to each friend node is an edge, and the edge itself has properties.
Imagine we want to show a list of the user’s friends. At a high level, we imagine a graph where the viewer and their friends are each nodes. From the viewer to each friend node is an edge, and the edge itself has properties.

![Conceptual graph with properties on its edges](/img/docs/tutorial/connections-conceptual-graph.png)

Expand Down

0 comments on commit 855e066

Please sign in to comment.