Skip to content

Commit db11d0c

Browse files
committed
Correct doc to changesets_dir
1 parent b6ca41f commit db11d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/changesets/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ desc: Associating changes to version numbers
99
index: 3
1010
---
1111

12-
To be available to clients, Changesets added to the schema with `use GraphQL::Enterprise::Changeset::Release changeset_dir: "..."`:
12+
To be available to clients, Changesets added to the schema with `use GraphQL::Enterprise::Changeset::Release changesets_dir: "..."`:
1313

1414
```ruby
1515
class MyAppSchema < GraphQL::Schema
1616
# Add this before root types so that newly-added types are also added to the schema
17-
use GraphQL::Enterprise::Changeset::Release, changeset_dir: "app/graphql/changesets"
17+
use GraphQL::Enterprise::Changeset::Release, changesets_dir: "app/graphql/changesets"
1818

1919
query(...)
2020
mutation(...)

0 commit comments

Comments
 (0)