From 01106550d37d063de128f026216fa6b472cf9368 Mon Sep 17 00:00:00 2001 From: Gengar Date: Fri, 10 Jan 2025 01:19:57 +0200 Subject: [PATCH 1/3] rephrased for a better --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6210d08..e560901 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,4 +6,4 @@ contact_links: - name: Client Support url: https://github.com/farcasterxyz/protocol/discussions - about: For support with desktop or mobile clients, reach out to the developers directly. \ No newline at end of file + about: For support with desktop or mobile clients, contact the developers directly. From 42eeec555eee481c439286f5cc78e7b24e79fe6f Mon Sep 17 00:00:00 2001 From: Gengar Date: Fri, 10 Jan 2025 01:26:00 +0200 Subject: [PATCH 2/3] typo --- docs/SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SPECIFICATION.md b/docs/SPECIFICATION.md index 53a623c..66529f5 100644 --- a/docs/SPECIFICATION.md +++ b/docs/SPECIFICATION.md @@ -1100,7 +1100,7 @@ Usernames are also valid subdomains (e.g. [foo.fcast.id](http://foo.fcast.id) ) **Managing Fname Ownership** -A POST request to the `/transfers` endpoint can be made register, move or deregister a username. The request body must contain : +A POST request to the `/transfers` endpoint can be made to register, move or deregister a username. The request body must contain : ```jsx { From 42a334354181b97397e70b7da88314e1c3c856a7 Mon Sep 17 00:00:00 2001 From: Gengar Date: Fri, 10 Jan 2025 01:28:38 +0200 Subject: [PATCH 3/3] Update SPECIFICATION.md --- docs/SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SPECIFICATION.md b/docs/SPECIFICATION.md index 66529f5..53a623c 100644 --- a/docs/SPECIFICATION.md +++ b/docs/SPECIFICATION.md @@ -1100,7 +1100,7 @@ Usernames are also valid subdomains (e.g. [foo.fcast.id](http://foo.fcast.id) ) **Managing Fname Ownership** -A POST request to the `/transfers` endpoint can be made to register, move or deregister a username. The request body must contain : +A POST request to the `/transfers` endpoint can be made register, move or deregister a username. The request body must contain : ```jsx {