Skip to content

Commit 0fbf8d6

Browse files
Matthew-WiseWarren Buckley
andauthored
Update README.md
Co-authored-by: Warren Buckley <[email protected]>
1 parent 045befe commit 0fbf8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,12 +402,12 @@ You can also add `Fallback` for the link to become optional, if there is no link
402402

403403
```cshtml
404404
<our-link link="@Model.ctaLink" Fallback="true" FallbackElement="div">
405-
<span>some text</span>
405+
<span>some text</span>
406406
</our-link>
407407
408408
@*No link will result in*@
409409
<div>
410-
<span>some text</span>
410+
<span>some text</span>
411411
</div>
412412
```
413413

0 commit comments

Comments
 (0)