Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

fix docs code block formatting #2045

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/docs/38-authoring/21-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ When you are authoring the Acornfile for your application you can define cloud s

Service attritibutes are accessed through the `@{}` syntax in the Acornfile. Here is a simple example of accessing the `address` attribute of a service named `db`. For complete service syntax see the [services](/100-reference/03-acornfile.md#services-consuming) section in the Acornfile reference.

```acorn

```acorn
// This service exposes an address and a secret
services: db: {
Expand Down