Skip to content

Commit

Permalink
Connections Doc Minor Typo Fix (#4369)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #4369

Reviewed By: voideanvalue

Differential Revision: D47339430

Pulled By: captbaritone

fbshipit-source-id: 166b2e2133da838ed09cbd33f5e829b5c9c56d9f
  • Loading branch information
Math3v authored and facebook-github-bot committed Jul 13, 2023
1 parent b2dcbfe commit 6910c55
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 6910c55

Please sign in to comment.