Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Oct 31, 2024
1 parent 8c82a5d commit 5b8b873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/reference/main/encodeBase64url.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Encodes a byte array into [canonical](https://datatracker.ietf.org/doc/html/rfc4
## Definition

```ts
function encodeBase64(bytes: Uint8Array): string;
function encodeBase64url(bytes: Uint8Array): string;
```

### Parameters
Expand Down

0 comments on commit 5b8b873

Please sign in to comment.