Skip to content

Commit 5ea4f27

Browse files
authored
bug(uncover-image-game.md): code broken by source formatting commit, fixes btroncone#318
1 parent c5963dc commit 5ea4f27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recipes/uncover-image-game.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ import { pluck, startWith } from 'rxjs/operators';
165165
const positionChangeUnit = 2;
166166

167167
export const keyboardEvents$ = fromEvent(document, 'keydown').pipe(
168-
pluck < KeyboardEvent,
169-
string > 'code',
168+
pluck<KeyboardEvent, string>("code"),
170169
startWith('')
171170
);
172171

0 commit comments

Comments
 (0)