Skip to content

Commit cd30d7e

Browse files
author
Nicholas C. Zakas
committed
Fixed test
1 parent 13d2b5e commit cd30d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encodings/base64/base64.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1>Base64 Encoding/Decoding Tests</h1>
7474

7575
_should: {
7676
error: {
77-
testInvalidChar: new Error("Not a base64-encode string.")
77+
testInvalidChar: new Error("Not a base64-encoded string.")
7878
}
7979
},
8080

0 commit comments

Comments
 (0)