Skip to content

Commit 5f7b6c5

Browse files
committed
fix typo in code comment
1 parent b72d31e commit 5f7b6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AxeObserver.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ axeCore.configure({
1717

1818
export const axeCoreInstance = axeCore
1919

20-
// Axe core does allow parallel audits in the same env. Hence a queue is shared
20+
// Axe core does not allow parallel audits in the same env. Hence a queue is shared
2121
// across AxeObserver instances.
2222
const sharedAuditQueue = new AuditQueue()
2323

0 commit comments

Comments
 (0)