Skip to content

Commit 95bc655

Browse files
committed
fix 015
1 parent 502c9ae commit 95bc655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/15_Context/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import * as React from "react";
1919

2020
export interface SessionContextProps {
2121
login: string;
22-
updateLogin: value => void;
22+
updateLogin: (value: string) => void;
2323
}
2424

2525
export const createDefaultUser = (): SessionContextProps => ({

0 commit comments

Comments
 (0)