spelling: excluding

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:02:02 -04:00
parent 78ded6452f
commit 075f0f580f

View File

@@ -573,7 +573,7 @@ describe('Gantt diagram', () => {
` `
); );
}); });
it('should render a gantt diagram exculding friday and saturday', () => { it('should render a gantt diagram excluding friday and saturday', () => {
imgSnapshotTest( imgSnapshotTest(
`gantt `gantt
title A Gantt Diagram title A Gantt Diagram
@@ -584,7 +584,7 @@ describe('Gantt diagram', () => {
A task :a1, 2024-02-28, 10d` A task :a1, 2024-02-28, 10d`
); );
}); });
it('should render a gantt diagram exculding saturday and sunday', () => { it('should render a gantt diagram excluding saturday and sunday', () => {
imgSnapshotTest( imgSnapshotTest(
`gantt `gantt
title A Gantt Diagram title A Gantt Diagram