docs: fixed typo (#3960)

This commit is contained in:
Richard Moore 2023-04-19 16:23:28 +09:00
parent 4e478e625d
commit a9b3edd2be

@ -3,7 +3,7 @@ import { toUtf8Bytes } from "../utils/index.js";
/**
* A simple hashing function which operates on UTF-8 strings to
* compute an 32-byte irentifier.
* compute an 32-byte identifier.
*
* This simply computes the [UTF-8 bytes](toUtf8Bytes) and computes
* the [[keccak256]].