Skip to content

Commit e364583

Browse files
authored
typo
1 parent af67572 commit e364583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To make the `wp.a11y.speak` functionality more universally available, we've deci
2626
var A11ySpeak = require("A11ySpeak");
2727

2828
// For polite messages that shouldn't interrupt what screen readers are currently announcing.
29-
AllySpeak( "The message you want to send to the ARIA live region" );
29+
A11ySpeak( "The message you want to send to the ARIA live region" );
3030

3131
// For assertive messages that should interrupt what screen readers are currently announcing.
32-
AllySpeak( "The message you want to send to the ARIA live region", "assertive" );
32+
A11ySpeak( "The message you want to send to the ARIA live region", "assertive" );
3333
```

0 commit comments

Comments
 (0)