Skip to content

Commit cfb4825

Browse files
committed
Fix typo
1 parent 4acffe4 commit cfb4825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/Simple/Jwt.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ newtype Jwt = Jwt String
3030

3131
derive newtype instance showJwt :: Show Jwt
3232
derive newtype instance eqJwt :: Eq Jwt
33-
derive newtype instance readForeingJwt :: ReadForeign Jwt
33+
derive newtype instance readForeignJwt :: ReadForeign Jwt
3434
derive newtype instance writeForeignJwt :: WriteForeign Jwt
3535

3636
-- | Supported algorithms.

0 commit comments

Comments
 (0)