Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Mar 28, 2020
1 parent 7cb521a commit e3e28f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Converts a **base64url** string to standard **base64**.
#### addPaddingToBase64url(base64url: string): string

The `addPaddingToBase64url` function makes the string length a _multiple of 4_
by adding the padding `=` character.
by adding the padding character (`=`).
More about this [here](https://en.wikipedia.org/wiki/Base64#URL_applications).

### Example
Expand Down

0 comments on commit e3e28f9

Please sign in to comment.