diff --git a/docs/content/flip-fest-winners.mdx b/docs/content/flip-fest-winners.mdx index 28862a4c6..30266141f 100644 --- a/docs/content/flip-fest-winners.mdx +++ b/docs/content/flip-fest-winners.mdx @@ -12,7 +12,7 @@ contribution Github repositories. ## New Tools Building on a platform like Flow is impossible without the right tools. And who better to build them than our users, who are working closely with Flow every day. -Here are the list of winning submissions in the New Tools category. Congratualtions! +Here are the list of winning submissions in the New Tools category. Congratulations! ### [Block explorer GUI](https://github.com/onflow/flip-fest/issues/2) @@ -304,7 +304,7 @@ Get the transaction hash before it's sent to the blockchain for FCL. #### Challenge Summary -Create a non-custodial FCL compatiable wallet. +Create a non-custodial FCL compatible wallet. --- @@ -349,7 +349,7 @@ The VS Code extension architecture could be improved so the extension becomes li ## New Standards The Flow protocol needs a solid set of standards to help developers and users understand the protocol and how to use it. -Our FLIP fiest contributers have started the conversation around 2 very important new stardards for Flow. +Our FLIP fiest contributors have started the conversation around 2 very important new stardards for Flow. ### [NFT metadata](https://github.com/onflow/flip-fest/issues/16) diff --git a/docs/content/fusd/transactions.md b/docs/content/fusd/transactions.md index 847bfb386..8653e464a 100644 --- a/docs/content/fusd/transactions.md +++ b/docs/content/fusd/transactions.md @@ -92,7 +92,7 @@ import FUSD from 0x3c5959b568896393 transaction(amount: UFix64, recipient: Address) { - // The Vault resource that holds the tokens that are being transfered + // The Vault resource that holds the tokens that are being transferred let sentVault: @FungibleToken.Vault prepare(signer: AuthAccount) { diff --git a/docs/content/unity-sdk/media/.DS_Store b/docs/content/unity-sdk/media/.DS_Store deleted file mode 100644 index 5d8dad122..000000000 Binary files a/docs/content/unity-sdk/media/.DS_Store and /dev/null differ diff --git a/openapi/go-client-generated/client.go b/openapi/go-client-generated/client.go index a0bdf493a..9b8f40cd9 100644 --- a/openapi/go-client-generated/client.go +++ b/openapi/go-client-generated/client.go @@ -123,7 +123,7 @@ func selectHeaderAccept(accepts []string) string { return strings.Join(accepts, ",") } -// contains is a case insenstive match, finding needle in a haystack +// contains is a case insensitive match, finding needle in a haystack func contains(haystack []string, needle string) bool { for _, a := range haystack { if strings.ToLower(a) == strings.ToLower(needle) {