Skip to content

Commit add84dd

Browse files
vladboisaAndrewKushnir
authored andcommitted
docs(docs-infra): replace newline with <br> (#59156)
Replace the "\n" new line operator with <br> for wrap the text. PR Close #59156
1 parent b4f38e5 commit add84dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/di/dependency-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ serviceC[Service C]
127127
serviceD[Service D]
128128
end
129129
direction TB
130-
componentConstructor["Component\nconstructor(HeroService)"]
130+
componentConstructor["Component <br> constructor(HeroService)"]
131131
heroService-->componentConstructor
132132
style componentConstructor text-align: left
133133
```

0 commit comments

Comments
 (0)