From b23c8d64edcc6b787633b4ff6562c9831c6d6357 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:57:41 +0300 Subject: [PATCH] docs fix spelling issues (#409) --- CONTRIBUTING.md | 2 +- README.md | 2 +- frontpage.md | 4 ++-- integrating.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7d8ebfa..3f4cc963 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index 2b1e25ab..a5fddd6d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/frontpage.md b/frontpage.md index f0eb3150..14b35a55 100644 --- a/frontpage.md +++ b/frontpage.md @@ -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? @@ -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. diff --git a/integrating.md b/integrating.md index 3371cc65..a0a617c3 100644 --- a/integrating.md +++ b/integrating.md @@ -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 @@ -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 :)