Skip to content

Commit 0baa28b

Browse files
RobinReineckeAndrewKushnir
authored andcommitted
docs: correct mermaid code block formatting
(cherry picked from commit 0770387)
1 parent c59fa8b commit 0baa28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adev/src/content/guide/di/defining-dependency-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ This hierarchy enables:
208208

209209
In Angular, any element with a component or directive can provide values to all of its descendants.
210210

211-
`mermaid
211+
```mermaid
212212
graph TD
213213
subgraph platform
214214
subgraph root
@@ -218,7 +218,7 @@ graph TD
218218
C --> D[FriendEntry]
219219
end
220220
end
221-
`
221+
```
222222

223223
In the example above:
224224

0 commit comments

Comments
 (0)