Skip to content

Commit

Permalink
Fix snippet syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Apr 19, 2024
1 parent 9c3d943 commit c75d392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def my_resource():
{
"name": "customer_age",
"type": "int",
"label": "Age"
"label": "Age",
"notes": [
{
"text": "string",
Expand Down

0 comments on commit c75d392

Please sign in to comment.