Skip to content

Commit 45fb447

Browse files
fix typo
1 parent 2b2caf7 commit 45fb447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linodecli/documentation/templates/group_action_attributes.rst.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
if attr.is_parent and attr.path in section_names else ""
3131
),
3232
":action-table-field-type:`%s`" % attr.type,
33-
":json:`%s`" % (attr.type | tojson) if attr.example else "",
33+
":json:`%s`" % (attr.example | tojson) if attr.example else "",
3434
attr.description if attr.description else "N/A"
3535
]
3636
)

0 commit comments

Comments
 (0)