Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content/flip-fest-winners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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.

---

Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/content/fusd/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Binary file removed docs/content/unity-sdk/media/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion openapi/go-client-generated/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down