Skip to content

Commit b00eddf

Browse files
Update comments
Co-authored-by: DirkPieterse <dirk.pieterse@devexpress.com>
1 parent a412747 commit b00eddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CS/WebDashboardAspNetCore/Code/DashboardUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static DashboardConfigurator CreateDashboardConfigurator(IConfiguration c
1717
configurator.SetDataSourceStorage(new DataSourceInMemoryStorage());
1818

1919
// This method assigns the database schema provider to the Web Dashboard.
20-
// Uncomment one of the following lines depending on the needed provider.
20+
// Uncomment one of the following lines depending on the provider.
2121
configurator.SetDBSchemaProvider(new ManualDBSchemaProvider());
2222
// configurator.SetDBSchemaProvider(new LimitDBSchemaProvider());
2323

0 commit comments

Comments
 (0)