Skip to content

Commit ced617d

Browse files
committed
Fix highlight line
1 parent a8e4c21 commit ced617d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/developers/addons/publishing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ your addon to its YAML entry:
4040
{
4141
"name": "Reports",
4242
"alias": "reports",
43-
**"registry_id": "acme/reports",**
43+
// highlight-next-line
44+
"registry_id": "acme/reports",
4445
"description": "KPIs, route performance, scheduled exports.",
4546
"keywords": ["reports", "analytics"],
4647
"priority": 0,

0 commit comments

Comments
 (0)