diff --git a/API.md b/API.md index 7b654655d..bcfec82a4 100644 --- a/API.md +++ b/API.md @@ -46,7 +46,7 @@ the Fabric network using a terminal emulator.

HKDF

Provides an HMAC-based Extract-and-Expand Key Derivation Function (HKDF), compatible with -RFC 5869. Defaults to 32 byte output, matching Bitcoin's implementaton.

+RFC 5869. Defaults to 32 byte output, matching Bitcoin's implementation.

Identity

Manage a network identity.

@@ -688,7 +688,7 @@ Generate a list of elements in the collection. ### collection.toTypedArray() Provides the [Collection](#Collection) as an [Array](Array) of typed -elements. The type of these elments are defined by the collection's +elements. The type of these elements are defined by the collection's type, supplied in the constructor. **Kind**: instance method of [Collection](#Collection) @@ -949,7 +949,7 @@ Load Filesystem state from disk. ### filesystem.sync() ⇒ [Filesystem](#Filesystem) -Syncronize state from the local filesystem. +Synchronize state from the local filesystem. **Kind**: instance method of [Filesystem](#Filesystem) **Returns**: [Filesystem](#Filesystem) - Instance of the Fabric filesystem. @@ -1001,7 +1001,7 @@ Reverses the bytes of the digest. ## HKDF Provides an HMAC-based Extract-and-Expand Key Derivation Function (HKDF), compatible with -RFC 5869. Defaults to 32 byte output, matching Bitcoin's implementaton. +RFC 5869. Defaults to 32 byte output, matching Bitcoin's implementation. **Kind**: global class @@ -1215,7 +1215,7 @@ Attempts to append a [Page](Page) to the ledger. ### ledger.now() ⇒ Number -Retrives the current timestamp, in milliseconds. +Retrieves the current timestamp, in milliseconds. **Kind**: instance method of [Ledger](#Ledger) **Overrides**: [now](#Scribe+now) @@ -1505,7 +1505,7 @@ Get `n` bytes of deterministic random data. ### machine.compute(input) ⇒ [Machine](#Machine) -Computes the next "step" for our current Vector. Analagous to `sum`. +Computes the next "step" for our current Vector. Analogous to `sum`. The top item on the stack is always the memory held at current position, so counts should always begin with 0. @@ -3053,7 +3053,7 @@ Generate [Script](#Script) for claiming a [Swap](Swap). ### wallet.\_getRefundInputScript(redeemScript) -Generate [Script](#Script) for reclaiming funds commited to a [Swap](Swap). +Generate [Script](#Script) for reclaiming funds committed to a [Swap](Swap). **Kind**: instance method of [Wallet](#Wallet) @@ -3684,7 +3684,7 @@ Deprecated 2021-11-06. ### scribe.now() ⇒ Number -Retrives the current timestamp, in milliseconds. +Retrieves the current timestamp, in milliseconds. **Kind**: instance method of [Scribe](#Scribe) **Returns**: Number - [Number](Number) representation of the millisecond [Integer](Integer) value. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31247881c..2c203d1f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Progress can be tracked in [`#meta:fabric.pub`][chat-meta]. ## Bitcoin Do not send Bitcoin to any of our previously published addresses. We'll enable Lightning donations soon, which have far superior privacy. -**Remember:** don't re-use Bitcoin addresses! +**Remember:** don't reuse Bitcoin addresses! ## Artwork We're borne of a swarm of storytellers, eager to tell a tale. [Join `#lobby:roleplaygateway.com`][chat-rpg-lobby] to start your journey, or [jump to the end][rpg] to list your work. diff --git a/whitepaper-2015.md b/whitepaper-2015.md index 6b83cf4f6..d54536815 100644 --- a/whitepaper-2015.md +++ b/whitepaper-2015.md @@ -19,7 +19,7 @@ Multi-Party Computations, or SMPC. In 2008, Satoshi Nakamoto crystallized a solution to the Byzantine General's Problem in the form of Nakamoto Consensus, which is most famously utilized as part of Bitcoin's consensus mechanism. Launching publicly in 2009, Bitcoin has -gone on to become the world's most reknown distributed system. +gone on to become the world's most renown distributed system. ### Smart Contracts Bitcoin leverages the concept of a self-executing agreement known as a Smart