Skip to content

Commit

Permalink
Merge pull request #4077 from ansgarprause/patch-1
Browse files Browse the repository at this point in the history
Fix typos in test
  • Loading branch information
martijnrusschen committed Jun 14, 2023
2 parents 05865af + 8f1de2f commit 6418a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/day_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,9 +740,9 @@ describe("Day", () => {

describe("aria-label", () => {
const ariaLabelPrefixWhenEnabled =
"A prefix in my native language desbribing that the date can be selected";
"A prefix in my native language describing that the date can be selected";
const ariaLabelPrefixWhenDisabled =
"A prefix in my native language desbribing that the date can not be selected";
"A prefix in my native language describing that the date can not be selected";

it("should have the correct provided prefix if date is not disabled", () => {
const shallowDay = renderDay(newDate(), {
Expand Down

0 comments on commit 6418a4d

Please sign in to comment.