From eb1a7985a036f718c6fde895151619de0e5091d2 Mon Sep 17 00:00:00 2001 From: Jin Date: Mon, 12 Jul 2021 22:08:41 +0700 Subject: [PATCH] fix typo --- docs/en/UI/AspNetCore/Theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/AspNetCore/Theming.md b/docs/en/UI/AspNetCore/Theming.md index 43f521a16b..af721f7678 100644 --- a/docs/en/UI/AspNetCore/Theming.md +++ b/docs/en/UI/AspNetCore/Theming.md @@ -36,7 +36,7 @@ All the themes must depend on the [@abp/aspnetcore.mvc.ui.theme.shared](https:// * [FontAwesome](https://fontawesome.com/) as the fundamental CSS font library. * [SweetAlert](https://sweetalert.js.org/) to show fancy alert message and confirmation dialogs. * [Toastr](https://github.com/CodeSeven/toastr) to show toast notifications. -* [Lodesh](https://lodash.com/) as a utility library. +* [Lodash](https://lodash.com/) as a utility library. * [Luxon](https://moment.github.io/luxon/) for date/time operations. * [JQuery Form](https://github.com/jquery-form/form) for AJAX forms. * [bootstrap-datepicker](https://github.com/uxsolutions/bootstrap-datepicker) to show date pickers.