Browse Source

Fixed double ')'

pull/6004/head
Galip Tolga Erdem 6 years ago
committed by GitHub
parent
commit
4c76679941
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/UI/AspNetCore/Tag-Helpers/Index.md

4
docs/en/UI/AspNetCore/Tag-Helpers/Index.md

@ -13,7 +13,7 @@ ABP Framework also adds some **useful features** to the standard bootstrap compo
Here, the list of components those are wrapped by the ABP Framework:
* [Alerts](Alerts.md)
* [Badges](Badges.md))
* [Badges](Badges.md)
* [Blockquote](Blockquote.md)
* [Borders](Borders.md)
* [Breadcrumb](Breadcrumb.md)
@ -42,4 +42,4 @@ Here, the list of components those are wrapped by the ABP Framework:
## Dynamic Forms
**Abp Tag helpers** offer an easy way to build complete **Bootstrap forms**. See [Dynamic Forms documentation](Dynamic-Forms.md).
**Abp Tag helpers** offer an easy way to build complete **Bootstrap forms**. See [Dynamic Forms documentation](Dynamic-Forms.md).

Loading…
Cancel
Save