We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2f3d4 commit a87b2cdCopy full SHA for a87b2cd
1 file changed
README.md
@@ -153,7 +153,7 @@ A `notice` has the following options:
153
Example of a `notices` proc that adds a notice to the `TeamDiscussion` type:
154
155
```ruby
156
-options[:notice] = (schema_member_path) -> {
+options[:notices] = ->(schema_member_path) {
157
notices = []
158
159
if schema_member_path == "TeamDiscussion"
0 commit comments