diff --git a/docs/syntax/architecture.md b/docs/syntax/architecture.md index 2ac8a1ed1af..466c56cfba0 100644 --- a/docs/syntax/architecture.md +++ b/docs/syntax/architecture.md @@ -79,7 +79,7 @@ service {service id}({icon name})[{title}] (in {parent id})? Put together: ``` -service database(db)[Database] +service database(database)[Database] ``` creates the service identified as `database`, using the icon `db`, with the label `Database`. @@ -87,7 +87,7 @@ creates the service identified as `database`, using the icon `db`, with the labe If the service belongs to a group, it can be placed inside it through the optional `in` keyword ``` -service database(db)[Database] in private_api +service database(database)[Database] in private_api ``` ### Edges