Skip to content

Commit db9f86f

Browse files
authored
Merge pull request #1 from ChellappanRajan/main
docs:remove extra angle bracket
2 parents c47b93f + 4917b4c commit db9f86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Properties and attributes can represent the same value and "reflect" or keep in
140140
#### Properties
141141

142142
```html
143-
<<ui-alert></ui-alert>
143+
<ui-alert></ui-alert>
144144
<script type="module">
145145
import 'ui-alert.js';
146146
const alert = document.querySelector('ui-alert');

0 commit comments

Comments
 (0)