@xyo-network/wallet-model 3.14.1 → 3.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  export interface WordlistInstance {
2
2
  locale: string;
3
3
  /**
4
- * Maps an 11-bit value into its coresponding word in the list.
4
+ * Maps an 11-bit value into its corresponding word in the list.
5
5
  *
6
6
  * Sub-classes MUST override this.
7
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/wallet-model",
3
- "version": "3.14.1",
3
+ "version": "3.14.2",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -30,7 +30,7 @@
30
30
  "types": "dist/types/index.d.ts",
31
31
  "dependencies": {
32
32
  "@xylabs/hex": "^4.8.7",
33
- "@xyo-network/account-model": "^3.14.1"
33
+ "@xyo-network/account-model": "^3.14.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@xylabs/ts-scripts-yarn3": "^6.3.5",
package/src/Wordlist.ts CHANGED
@@ -2,7 +2,7 @@ export interface WordlistInstance {
2
2
  locale: string
3
3
 
4
4
  /**
5
- * Maps an 11-bit value into its coresponding word in the list.
5
+ * Maps an 11-bit value into its corresponding word in the list.
6
6
  *
7
7
  * Sub-classes MUST override this.
8
8
  */