Skip to content

Commit af68e7f

Browse files
unicodeveloperpeggyrayzis
authored andcommitted
Add package correction
1 parent 6fccc63 commit af68e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/tutorial/data-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To get started connecting to a REST API, install the `apollo-datasource` and `ap
1313
npm install apollo-datasource-rest
1414
```
1515

16-
The `apollo-datasource-rest` exposes the `RESTDataSource` class that is responsible for fetching data from a given REST API. To define a data source for the REST endpoint, extend the `RESTDataSource` class and implement the data fetching methods that your resolvers require. Let's look at a simple example to understand how data sources work.
16+
The `apollo-datasource-rest` package exposes the `RESTDataSource` class that is responsible for fetching data from a given REST API. To define a data source for the REST endpoint, extend the `RESTDataSource` class and implement the data fetching methods that your resolvers require. Let's look at a simple example to understand how data sources work.
1717

1818
```js
1919
import { RESTDataSource } from 'apollo-datasource-rest';

0 commit comments

Comments
 (0)