Skip to content

Commit c1d8e95

Browse files
committed
Fix docs.
1 parent ba00be0 commit c1d8e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general/configuration_options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ The following configuration options can be set on `ActiveModel::Serializer.confi
99
## JSON API
1010

1111
- `jsonapi_resource_type`: Whether the `type` attributes of resources should be singular or plural. Possible values: `:singular, :plural`. Default: `:plural`.
12-
- `jsonapi_include_toplevel_member`: Whether to include a [top level JSON API member](http://jsonapi.org/format/#document-jsonapi-object)
12+
- `jsonapi_include_toplevel_object`: Whether to include a [top level JSON API member](http://jsonapi.org/format/#document-jsonapi-object)
1313
in the response document.
1414
Default: `false`.
15-
- Used when `jsonapi_include_toplevel_member` is `true`:
15+
- Used when `jsonapi_include_toplevel_object` is `true`:
1616
- `jsonapi_version`: The latest version of the spec the API conforms to.
1717
Default: `'1.0'`.
1818
- `jsonapi_toplevel_meta`: Optional metadata. Not included if empty.

0 commit comments

Comments
 (0)