We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4a3a5 commit d6ac241Copy full SHA for d6ac241
guides/deployment/microservices.md
@@ -168,7 +168,7 @@ These are the (not so beneficial) side effects you when using a shared persisten
168
2. Add a `shared-db/db/schema.cds` file as a mashup to actually collect the models:
169
170
::: code-group
171
- ```cds [Node-js]
+ ```cds [Node.js]
172
using from '@capire/bookstore';
173
using from '@capire/reviews';
174
using from '@capire/orders';
0 commit comments