From 43bfbad910a7ab2fb62d11336584f6ea8445e87a Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:42:59 +0100 Subject: [PATCH 1/2] Update Development.md --- docs/Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Development.md b/docs/Development.md index 8edcbb669..34c51bb55 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -19,7 +19,7 @@ yarn cd packages/sdk-socket-server yarn debug -# lauch one of the dev application playground, here for nextjs +# launch one of the dev application playground, here for nextjs cd packages/devnext # if you use a local socket server you can configure it inside the .env file echo "NEXT_PUBLIC_COMM_SERVER_URL=http://YOUR_LOCAL_IP:4000/" > .env From f17a88c73d19033c8ab5f3b980adfd875618cfc3 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:43:32 +0100 Subject: [PATCH 2/2] Update PickerAccount.types.ts --- .../components/Pickers/PickerAccount/PickerAccount.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk-ui/src/design-system/components/Pickers/PickerAccount/PickerAccount.types.ts b/packages/sdk-ui/src/design-system/components/Pickers/PickerAccount/PickerAccount.types.ts index 04fb39a43..7bbe633b7 100644 --- a/packages/sdk-ui/src/design-system/components/Pickers/PickerAccount/PickerAccount.types.ts +++ b/packages/sdk-ui/src/design-system/components/Pickers/PickerAccount/PickerAccount.types.ts @@ -24,7 +24,7 @@ export interface PickerAccountProps extends Omit { */ showAddress?: boolean; /** - * cell account contianer style. + * cell account container style. */ cellAccountContainerStyle?: ViewStyle;