Skip to content

Commit ad1c861

Browse files
committed
fix(docs): rename label cognitarium
1 parent 25bb5ea commit ad1c861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/webapp-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ const UINT128_MAX = "340282366920938463463374607431768211455"
599599
export function InstantiateCognitarium({ codeId }: { codeId: number }) {
600600
const { data: account }: { data: Key | null } = useAccount();
601601

602-
const label: string = `cogniatarium-frontdemo-${new Date().valueOf()}`;
602+
const label: string = `cognitarium-frontdemo-${new Date().valueOf()}`;
603603

604604
const limits: StoreLimitsInput = {
605605
max_byte_size: UINT128_MAX,

0 commit comments

Comments
 (0)