Skip to content

Commit

Permalink
Update test/nbrowser/gristUtils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: George Gevoian <85144792+georgegevoian@users.noreply.github.com>
  • Loading branch information
CamilleLegeron and georgegevoian committed Aug 1, 2023
1 parent e79ee9a commit 45a875d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nbrowser/gristUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2201,7 +2201,7 @@ export async function assertHeaderFillColor(col: string, color: string) {
}

/**
* Opens a color picker, either the default one or the one for a specific style rule.
* Opens a cell color picker, either the default one or the one for a specific style rule.
*/
export function openCellColorPicker(nr?: number) {
if (nr !== undefined) {
Expand Down

0 comments on commit 45a875d

Please sign in to comment.