Skip to content

Commit 22099b7

Browse files
authored
Fix a typo (#956)
The README has a typo, just fixing it.
1 parent 083c926 commit 22099b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech-commands/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ await transferRecognizer.collectExample('green');
219219
await transferRecognizer.collectExample('blue');
220220
await transferRecognizer.collectExample('red');
221221
// Don't forget to collect some background-noise examples, so that the
222-
// trasnfer-learned model will be able to detect moments of silence.
222+
// transfer-learned model will be able to detect moments of silence.
223223
await transferRecognizer.collectExample('_background_noise_');
224224
await transferRecognizer.collectExample('green');
225225
await transferRecognizer.collectExample('blue');

0 commit comments

Comments
 (0)