Skip to content

Commit 09d3a04

Browse files
committed
fix typo
1 parent 84ceef5 commit 09d3a04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/documentation/master/data-fetching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@ The sub fields here of the ``products`` field represent the selection set of tha
223223
so the data fetcher can optimise the data access queries. For example an SQL backed system may be able to use the field sub selection to
224224
only retrieve the columns that have been asked for.
225225

226-
In the example above we have asked for ``selectionLocations`` information and hence we may be able to make an more efficient data access query where
226+
In the example above we have asked for ``sellingLocations`` information and hence we may be able to make an more efficient data access query where
227227
we ask for product information and selling location information at the same time.
228228

content/documentation/v10/data-fetching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@ The sub fields here of the ``products`` field represent the selection set of tha
223223
so the data fetcher can optimise the data access queries. For example an SQL backed system may be able to use the field sub selection to
224224
only retrieve the columns that have been asked for.
225225

226-
In the example above we have asked for ``selectionLocations`` information and hence we may be able to make an more efficient data access query where
226+
In the example above we have asked for ``sellingLocations`` information and hence we may be able to make an more efficient data access query where
227227
we ask for product information and selling location information at the same time.
228228

content/documentation/v11/data-fetching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@ The sub fields here of the ``products`` field represent the selection set of tha
223223
so the data fetcher can optimise the data access queries. For example an SQL backed system may be able to use the field sub selection to
224224
only retrieve the columns that have been asked for.
225225

226-
In the example above we have asked for ``selectionLocations`` information and hence we may be able to make an more efficient data access query where
226+
In the example above we have asked for ``sellingLocations`` information and hence we may be able to make an more efficient data access query where
227227
we ask for product information and selling location information at the same time.
228228

content/documentation/v9/data-fetching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@ The sub fields here of the ``products`` field represent the selection set of tha
223223
so the data fetcher can optimise the data access queries. For example an SQL backed system may be able to use the field sub selection to
224224
only retrieve the columns that have been asked for.
225225

226-
In the example above we have asked for ``selectionLocations`` information and hence we may be able to make an more efficient data access query where
226+
In the example above we have asked for ``sellingLocations`` information and hence we may be able to make an more efficient data access query where
227227
we ask for product information and selling location information at the same time.
228228

0 commit comments

Comments
 (0)