docs: fixed typo (#3864)
This commit is contained in:
parent
4a581b9944
commit
8a02029c00
@ -129,7 +129,7 @@ export class EnsResolver {
|
||||
address!: string;
|
||||
|
||||
/**
|
||||
* The name this resovler was resolved against.
|
||||
* The name this resolver was resolved against.
|
||||
*/
|
||||
name!: string;
|
||||
|
||||
@ -267,7 +267,7 @@ export class EnsResolver {
|
||||
}
|
||||
|
||||
/**
|
||||
* Resovles to the EIP-643 text record for %%key%%, or ``null``
|
||||
* Resolves to the EIP-643 text record for %%key%%, or ``null``
|
||||
* if unconfigured.
|
||||
*/
|
||||
async getText(key: string): Promise<null | string> {
|
||||
|
Loading…
Reference in New Issue
Block a user