Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos and improved clarity in documentation #2455

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/src/limits.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("getDefaultStoreLimit", () => {
});

describe("getStoreLimit", () => {
test("returns correct limits for multiple unit typos", () => {
test("returns correct limits for multiple unit types", () => {
// single unit type
expect(getStoreLimit(StoreType.CASTS, [{ unitType: StorageUnitType.UNIT_TYPE_LEGACY, unitSize: 1 }])).toEqual(5000);

Expand Down
2 changes: 1 addition & 1 deletion packages/hub-nodejs/docs/signers/ViemLocalEip712Signer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ViemLocalEip712Signer

An Eip712Signer that is initialized with an [Viem](https://viem.sh/docs/getting-started) LocalACcount and can be used with [Builders](https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs/docs/Builders.md) to sign Farcaster Messages.
An Eip712Signer that is initialized with an [Viem](https://viem.sh/docs/getting-started) LocalAccount and can be used with [Builders](https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs/docs/Builders.md) to sign Farcaster Messages.

## Properties

Expand Down