Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 9ddbc43

Browse files
docs: fix HTML closing tags for fxFlex API page (#1225)
1 parent 93a426a commit 9ddbc43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/documentation/fxFlex-API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The notation
136136

137137
```html
138138
<div fxLayout="row">
139-
<div fxFlex><div>
139+
<div fxFlex></div>
140140
</div>
141141
```
142142

@@ -151,9 +151,9 @@ The notation:
151151

152152
```html
153153
<div fxLayout="row">
154-
<div fxFlex><div>
155-
<div fxFlex><div>
156-
<div fxFlex><div>
154+
<div fxFlex></div>
155+
<div fxFlex></div>
156+
<div fxFlex></div>
157157
</div>
158158
```
159159

0 commit comments

Comments
 (0)