Skip to content

Commit

Permalink
Fix typo in the tiles_layout field title name.
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 29, 2019
1 parent 6b459ca commit bdb9cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/restapi/behaviors.py
Expand Up @@ -32,7 +32,7 @@ class ITiles(model.Schema):
)

tiles_layout = JSONField(
title=u"Tiles Layout)",
title=u"Tiles Layout",
description=u"The JSON representation of the object tiles layout. Must be a JSON array.", # noqa
schema=LAYOUT_SCHEMA,
default={"items": []},
Expand Down

0 comments on commit bdb9cac

Please sign in to comment.