docs: fixed typo (#3864)

This commit is contained in:
Richard Moore 2023-03-13 01:10:42 -04:00
parent 4a581b9944
commit 8a02029c00

@ -129,7 +129,7 @@ export class EnsResolver {
address!: string; address!: string;
/** /**
* The name this resovler was resolved against. * The name this resolver was resolved against.
*/ */
name!: string; 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. * if unconfigured.
*/ */
async getText(key: string): Promise<null | string> { async getText(key: string): Promise<null | string> {