Skip to content

Commit e2b622d

Browse files
committed
Fix: minor changes
1 parent 95df15d commit e2b622d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm install --save @social-native/snpkg-snapi-graphql-node-version
3232

3333
## 2. Peer Dependencies
3434

35-
In order for this library to work you will need to install the following peer dependencies:
35+
In order for this library to work, you will need to install the following peer dependencies:
3636

3737
```json
3838
{
@@ -69,7 +69,7 @@ This package installs knex migrations into the dependent service. A binary is pu
6969

7070
## 1. Set the configuration
7171

72-
In the `src` folder create a `src/version.ts` file. This file is used to keep track of `NODE_NAME` and `RESOLVER_OPERATION` enums and the instantialized `versionRecorder` and `versionConnection` class.
72+
In the `src` folder create a `src/version.ts` file. This file is used to keep track of `NODE_NAME` and `RESOLVER_OPERATION` enums and the instantiatied `versionRecorder` and `versionConnection` functions.
7373

7474
#### NODE_NAMES
7575

@@ -180,9 +180,9 @@ export const commonVersionRecorderDecoratorConfig = <T extends Resolver<any, any
180180

181181
## 2. Version recording
182182

183-
Capturing version information works by decorating mutation nodes and intercepting the mutation inputs and result.
183+
Capturing version information works by decorating mutation resolvers and intercepting the resolvers inputs and result.
184184

185-
You will need to provide the decorate with mapping functions or fields for each node. At a minimum, you need to provide:
185+
You will need to provide mapping functions or fields for each node. At a minimum, you need to provide:
186186

187187
- `revisionData`
188188
- `nodeName`

0 commit comments

Comments
 (0)