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 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;