From b5ebe72f855e9cd94cb422fc7e9249c76aa64ddf Mon Sep 17 00:00:00 2001
From: Ford <153042616+guerrierindien@users.noreply.github.com>
Date: Sat, 13 Jan 2024 04:28:39 +0100
Subject: [PATCH 1/4] Update extensions.mdx
---
docs/src/token-2022/extensions.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/token-2022/extensions.mdx b/docs/src/token-2022/extensions.mdx
index 10db2ac17d7..864e2a47665 100644
--- a/docs/src/token-2022/extensions.mdx
+++ b/docs/src/token-2022/extensions.mdx
@@ -1811,7 +1811,7 @@ Token-2022 implements all of the instructions from the
[spl-token-group-interface](https://github.com/solana-labs/solana-program-library/tree/master/token-group/interface).
The group extension works directly with the group-pointer extension.
-To intialize group configurations within a mint, you must add the group-pointer
+To initialize group configurations within a mint, you must add the group-pointer
extension, pointed at the mint itself, during mint creation.
The tools do this for you automatically.
@@ -1886,7 +1886,7 @@ group address and the member's number, can be stored directly in the mint
itself.
The member extension, like the group extension, works directly with the
-member-pointer extension. To intialize member configurations within a mint,
+member-pointer extension. To initialize member configurations within a mint,
you must add the member-pointer extension, pointed at the mint itself, during
mint creation.
From 1584c3fb1e48df545ed259b117bd5eaae4c449e1 Mon Sep 17 00:00:00 2001
From: Ford <153042616+guerrierindien@users.noreply.github.com>
Date: Sat, 13 Jan 2024 04:29:47 +0100
Subject: [PATCH 2/4] Update token.mdx
---
docs/src/token.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/token.mdx b/docs/src/token.mdx
index 6222a5c5feb..353f587b587 100644
--- a/docs/src/token.mdx
+++ b/docs/src/token.mdx
@@ -978,7 +978,7 @@ account.
The main difference in using multisign is specifying the owner as the multisig key,
-and giving the list of signers when contructing a transaction. Normally you would
+and giving the list of signers when constructing a transaction. Normally you would
provide the signer that has authority to run the transaction as the owner, but in
the multisig case the owner would be the multisig key.
@@ -1239,7 +1239,7 @@ console.log(`Minted ${mintInfo.supply} token`);
### Example: Offline signing with multisig
-Sometimes online signing is not possible or desireable. Such is the case for example when signers are not in the same geographic location
+Sometimes online signing is not possible or desirable. Such is the case for example when signers are not in the same geographic location
or when they use air-gapped devices not connected to the network. In this case, we use offline signing which combines the
previous examples of [multisig](#example-mint-with-multisig-authority) with [offline signing](https://docs.solana.com/offline-signing)
and a [nonce account](https://docs.solana.com/offline-signing/durable-nonce).
From 1f5d36e97886f01bcc324a7d07dbf7cf86e0f7aa Mon Sep 17 00:00:00 2001
From: Ford <153042616+guerrierindien@users.noreply.github.com>
Date: Sat, 13 Jan 2024 04:30:37 +0100
Subject: [PATCH 3/4] Update single-pool.mdx
---
docs/src/single-pool.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/single-pool.mdx b/docs/src/single-pool.mdx
index 449d30da3d4..0b75999358d 100644
--- a/docs/src/single-pool.mdx
+++ b/docs/src/single-pool.mdx
@@ -99,7 +99,7 @@ $ solana config set --keypair usb://ledger/
the wallet to draw funds from (for instance, to fund new stake accounts),
and the signing authority on accounts that require one.
When token accounts are required, it defaults to the default keypair's associated account.
-All of these roles can be overriden by command-line flags.
+All of these roles can be overridden by command-line flags.
From 9528267ab8fa0f7453bd8ac1dcfba220123a6fd4 Mon Sep 17 00:00:00 2001
From: Ford <153042616+guerrierindien@users.noreply.github.com>
Date: Sat, 13 Jan 2024 04:32:17 +0100
Subject: [PATCH 4/4] Update algolia.css
---
docs/src/theme/SearchBar/algolia.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/theme/SearchBar/algolia.css b/docs/src/theme/SearchBar/algolia.css
index 7bc622647dd..02946a9045c 100644
--- a/docs/src/theme/SearchBar/algolia.css
+++ b/docs/src/theme/SearchBar/algolia.css
@@ -17,7 +17,7 @@
.algolia-docsearch-suggestion--highlight {
color: #3a33d1;
}
-/* Highligted search terms in the main category headers */
+/* Highlighted search terms in the main category headers */
.algolia-docsearch-suggestion--category-header
.algolia-docsearch-suggestion--highlight {
background-color: #4d47d5;