Skip to content

Commit e665702

Browse files
committed
autofix: fixes from CI
1 parent 56ab567 commit e665702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/postgraphile/node-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ so, any `id` column will automatically be renamed to `rowId`.
3333

3434
### Disabling the Global Object Identifier
3535

36-
You can disable the global object identifier throughout your API by skipping
37-
the `require('graphile-build').NodePlugin` plugin; e.g. from the CLI:
36+
You can disable the global object identifier throughout your API by skipping the
37+
`require('graphile-build').NodePlugin` plugin; e.g. from the CLI:
3838

3939
```
4040
postgraphile --skip-plugins graphile-build:NodePlugin ...

0 commit comments

Comments
 (0)