Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ntacheva authored and ntacheva committed Mar 18, 2024
1 parent 443ddbf commit a8116a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _contentTemplates/grid/common-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@* Conditional styling/formatting for a cell and row *@
<style>
.highlightCellBackGroud {
.highlightCellBackGround {
background-color: lightyellow;
}
Expand Down Expand Up @@ -42,7 +42,7 @@
@code {
void OnCellRenderHandler(GridCellRenderEventArgs args)
{
args.Class = "highlightCellBackGroud";
args.Class = "highlightCellBackGround";
}
void OnRowRenderHandler(GridRowRenderEventArgs args)
Expand Down

0 comments on commit a8116a4

Please sign in to comment.