We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e727aab commit 6a968c8Copy full SHA for 6a968c8
1 file changed
packages/core/README.md
@@ -347,7 +347,7 @@ export interface UriConfig {
347
* Some example short-hand URIs (utilizing inference):
348
* ipfs/QmHASH -> wrap://ipfs/QmHASH
349
* https://domain.com -> wrap://https/domain.com
350
- *
+ *
351
* URI inference is performed in the following ways:
352
* 1. If wrap:// is missing, it will be added.
353
* 2. If non-wrap schema exists, it becomes the authority.
@@ -439,7 +439,7 @@ export class Uri {
439
* @param uri - a string representation of a wrap URI
440
* @returns A Result containing a UriConfig, if successful, or an error
441
*/
442
- public static parseUri(uri: string): Result<UriConfig, Error>
+ public static parseUri(input: string): Result<UriConfig, Error>
443
```
444
445
##### from
0 commit comments