Skip to content

Commit

Permalink
docs fix spelling issues (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Oct 6, 2024
1 parent 39c8b7e commit b23c8d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

- As the first test of a file always assert the happy day and use AutoGold to assert on relevant script/events in full.
- Do not use AutoGold Equal in following tests as Ids will be wrong if you run a single test.
- what to do with events vs scripts when we test? We need to ensure that atleast one test is also using scripts and not only events
- what to do with events vs scripts when we test? We need to ensure that at least one test is also using scripts and not only events

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .find

.find is a solution that aims to make it easier to .find people and their things on the flow blockchain. It is live on mainnet since Dec 13th 2021 at https://find.xyz
.find is a solution that aims to make it easier to .find people and their things on the flow blockchain. It has been live on mainnet since Dec 13th 2021 at https://find.xyz


## Developing .find
Expand Down
4 changes: 2 additions & 2 deletions frontpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ During the lock period the owner can reactivate it but nobody else can register
This is done to ensure that bots do not snatch up just freed names that some poor user has forgotten to extend the lease for.
During the lock period you can sell a lease, however note that if an auction goes over the 90 day limit the sale will not go through.

## how long do i own a lease?
## how long do I own a lease?
You own a name for 365 days when you pay for it. You can pay for as many years as you like.

## why is my lease locked?
Expand All @@ -114,7 +114,7 @@ FIND has built in support for a sophisticated market.
- anybody both a user and a owner can fulfill an ended auction.

## other similar solutions
While i created FIND in the spring/summer of 2021 Mynft was also developing flowns.org. I had no idea about this and they did not know abou me.
While I created FIND in the spring/summer of 2021 Mynft was also developing flowns.org. I had no idea about this and they did not know about me.

I hope that find and flowns can coexist as different TLD's and help each other build tools to make it possible for users of the flow blockchain to find people and things they love.

Expand Down
4 changes: 2 additions & 2 deletions integrating.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to integrate with .find

We advice anybody that is integrating to contact us in [discord in the technical channel](https://discord.gg/8a27XMx8Zp)
We advice anybody who is integrating to contact us in [discord in the technical channel](https://discord.gg/8a27XMx8Zp)


## Resolving names <> addresses
Expand Down Expand Up @@ -61,7 +61,7 @@ pub fun main(address: Address) : String? {

If you want to create Profiles in .find in your solution that is possible.

Contract us in discord if you want this so that we can discuss it further:
Contact us in discord if you want this so that we can discuss it further:


Please do not use any of these raw but as inspiration :)
Expand Down

0 comments on commit b23c8d6

Please sign in to comment.