Skip to content

Commit e44cca8

Browse files
Update Readme.md
Co-authored-by: dirkpieterse <[email protected]>
1 parent 73d8da8 commit e44cca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this example, the [Accordion Control](https://docs.devexpress.com/WPF/118347/
2929

3030
`SelectedEmployee` – the employee selected in the [Accordion Control](https://docs.devexpress.com/WPF/118347/controls-and-libraries/navigation-controls/accordion-control).
3131

32-
At runtime, the view model loads employee data, groups it by departments, and assigns the first available employee to the `SelectedEmployee` property:
32+
At runtime, the view model loads employee data, groups it by department, and assigns the first available employee to the `SelectedEmployee` property:
3333

3434
```csharp
3535
var departments = DataHelper.GetEmployees()

0 commit comments

Comments
 (0)