We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd2f3d4 + a87b2cd commit bb74996Copy full SHA for bb74996
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