Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Sep 1, 2024
1 parent 2b2caf7 commit 45fb447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
if attr.is_parent and attr.path in section_names else ""
),
":action-table-field-type:`%s`" % attr.type,
":json:`%s`" % (attr.type | tojson) if attr.example else "",
":json:`%s`" % (attr.example | tojson) if attr.example else "",
attr.description if attr.description else "N/A"
]
)
Expand Down

0 comments on commit 45fb447

Please sign in to comment.