diff --git a/src/content/docs/docs/features/network-features/account-managment.mdx b/src/content/docs/docs/features/network-features/account-managment.mdx
index 582cdff..f021c69 100644
--- a/src/content/docs/docs/features/network-features/account-managment.mdx
+++ b/src/content/docs/docs/features/network-features/account-managment.mdx
@@ -27,11 +27,11 @@ The `SetRegularKey` transaction type allows users to set a regular key pair for
-#### SignersListSet
+#### SignerListSet
-The `SignersListSet` transaction type enables users to set a list of signers for their account. This is particularly useful for multi-signature accounts where multiple parties are required to sign off on transactions.
+The `SignerListSet` transaction type enables users to set a list of signers for their account. This is particularly useful for multi-signature accounts where multiple parties are required to sign off on transactions.
-
+
#### Import
diff --git a/src/content/docs/docs/hooks/concepts/weak-and-strong.mdx b/src/content/docs/docs/hooks/concepts/weak-and-strong.mdx
index 4f549f9..c2af781 100644
--- a/src/content/docs/docs/hooks/concepts/weak-and-strong.mdx
+++ b/src/content/docs/docs/hooks/concepts/weak-and-strong.mdx
@@ -201,7 +201,7 @@ If a Transaction Type does not appear in the table then it has no TSHes **other
| Account | Account | Strong |
| Account | RegularKey | Strong |
-**SignersListSet**
+**SignerListSet**
| OTXN | TSH | SignerListSet |
| ------- | ------- | ------------- |
diff --git a/src/content/docs/docs/protocol-reference/transactions/transaction-types/import.mdx b/src/content/docs/docs/protocol-reference/transactions/transaction-types/import.mdx
index 101fe48..52adf5f 100644
--- a/src/content/docs/docs/protocol-reference/transactions/transaction-types/import.mdx
+++ b/src/content/docs/docs/protocol-reference/transactions/transaction-types/import.mdx
@@ -36,7 +36,7 @@ _(Added by the \[Import amendment]\[].)_
### Notes
-_It is recommended that if you use a `SignersList` or `RegularKey` to sign your transactions that you key your accounts **FIRST** before attempting to _B2M_ XAH_ .
+_It is recommended that if you use a `SignerList` or `RegularKey` to sign your transactions that you key your accounts **FIRST** before attempting to _B2M_ XAH_ .
* If the inner (xpop) transaction is `AccountSet` the mainet existing flags will be transfered to the new network.
* If the inner (xpop) transaction is `SetRegularKey` with the `RegularKey` field omitted or empty, and a signers list does not exist for the account then the `lsfDisableMaster` flag will be set on the account.