Skip to content

Commit f0d5e64

Browse files
Apply suggestions from code review
Co-authored-by: DirkPieterse <dirk.pieterse@devexpress.com>
1 parent 3b0e18f commit f0d5e64

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
@@ -19,7 +19,7 @@ The example uses the [System.Data.SqlClient](https://docs.microsoft.com/en-us/
1919

2020
A custom dashboard storage should implement one of the following interfaces: [IDashboardStorage](https://docs.devexpress.com/Dashboard/DevExpress.DashboardWeb.IDashboardStorage) or [IEditableDashboardStorage](https://docs.devexpress.com/Dashboard/DevExpress.DashboardWeb.IEditableDashboardStorage).
2121

22-
The following API used in the example:
22+
The following API is used in the example:
2323

2424
- [LoadDashboard](https://docs.devexpress.com/Dashboard/DevExpress.DashboardWeb.IDashboardStorage.LoadDashboard(System.String)) 
2525

@@ -32,7 +32,7 @@ The following API used in the example:
3232
Updates the dashboard with new settings by its id.
3333
- [AddDashboard](https://docs.devexpress.com/Dashboard/DevExpress.DashboardWeb.IEditableDashboardStorage.AddDashboard(System.Xml.Linq.XDocument-System.String))
3434

35-
Takes a dashboard definition with its caption, saves it to the data storage, and returns the ID of a new saved dashboard.
35+
Saves a dashboard definition and its caption to the data storage and returns the ID of the new saved dashboard.
3636

3737
Additionally, this example contains an SQL file ([SavedDashboards.sql](./CS/SavedDashboards.sql)), which can be used to recreate a database used in this example on your side. Do no forget to update the connection string in the **Web.config** file to make it valid in your environment.
3838

0 commit comments

Comments
 (0)