diff --git a/.changeset/loud-suns-divide.md b/.changeset/loud-suns-divide.md new file mode 100644 index 00000000..7000ccbb --- /dev/null +++ b/.changeset/loud-suns-divide.md @@ -0,0 +1,5 @@ +--- +"@aptos-labs/wallet-adapter-react": patch +--- + +Corrected a typo in the last education screen of the `AboutAptosConnect` component. diff --git a/packages/wallet-adapter-react/src/components/AboutAptosConnect.tsx b/packages/wallet-adapter-react/src/components/AboutAptosConnect.tsx index 3b6e31e0..12a59769 100644 --- a/packages/wallet-adapter-react/src/components/AboutAptosConnect.tsx +++ b/packages/wallet-adapter-react/src/components/AboutAptosConnect.tsx @@ -64,8 +64,8 @@ const educationScreens = [ Description: createHeadlessComponent("EducationScreen.Description", "p", { children: ( <> - Aptos Connect lets you to take one account across any application - built on Aptos.{" "} + Aptos Connect lets you take one account across any application built + on Aptos.{" "} >; - /** The index of the current education screen */ + /** The index of the current education screen. */ screenIndex: number; /** The total number of education screens. */ totalScreens: number;