We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f859772 commit 95dd901Copy full SHA for 95dd901
docs/syntax/architecture.md
@@ -87,7 +87,7 @@ creates the service identified as `database`, using the icon `db`, with the labe
87
If the service belongs to a group, it can be placed inside it through the optional `in` keyword
88
89
```
90
-service database(db)[Database] in private_api
+service database(database)[Database] in private_api
91
92
93
### Edges
0 commit comments