Browse Source

docs: fix missing comma (#15211)

pull/15258/head
redcatH 4 years ago
committed by GitHub
parent
commit
560d3a4647
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Themes/LeptonXLite/AspNetCore.md

2
docs/en/Themes/LeptonXLite/AspNetCore.md

@ -38,7 +38,7 @@ Configure<AbpBundlingOptions>(options =>
// Remove the following line
- BasicThemeBundles.Styles.Global,
// Add the following line instead
+ LeptonXLiteThemeBundles.Styles.Global
+ LeptonXLiteThemeBundles.Styles.Global,
bundle =>
{
bundle.AddFiles("/global-styles.css");

Loading…
Cancel
Save