From 1ad3d4dec655ab74c936da0318fc93f0b725df85 Mon Sep 17 00:00:00 2001 From: Adrian Petrescu Date: Mon, 23 Mar 2020 13:47:31 -0400 Subject: [PATCH] Minor typo in naming.md --- content/faq/naming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/faq/naming.md b/content/faq/naming.md index 5afeb583..cc063f33 100644 --- a/content/faq/naming.md +++ b/content/faq/naming.md @@ -40,7 +40,7 @@ LBRY supports several types of URL resolution: | Type | Syntax | Resolution | | --- | --- | --- | | **Permanent** | `lbry://#` | This URL consists of a name and randomly assigned ID. This is permanently owned and controlled by the publisher. Permanent URLs support partial, temporal-ordered ID matching, so these can be quite short (e.g. lbry://name#8 or lbry://name#ab) | -| **Short** | `lbry://#` | This URL consists of a name and one or more characters (first come first serve to preserve uniqueness) form the Permanent URL. This is permanently owned and controlled by the publisher. If a shorter URL is made available, the claim next in line will take over it's resolution. +| **Short** | `lbry://#` | This URL consists of a name and one or more characters (first come first serve to preserve uniqueness) from the Permanent URL. This is permanently owned and controlled by the publisher. If a shorter URL is made available, the claim next in line will take over it's resolution. | **Community** | `lbry://` | Of all of the claims named ``, this returns the publish with the most credits committed towards it, not just by the publisher, but by the entire community. These URLs are not permanent or owned but instead controlled by the community itself, allowing the resolution to settle on that which the community determines most appropriate. | | **Channel** | `lbry://<@channel_name>` | A URL corresponding to a publisher identity. These resolve to the identity of a specific publisher and their publishes. Channel URLs can be specified with or without the `#` modifier. An unmodified URL returns the channel determined by the community. | **Signed** | `lbry://<@channel_name>/` | The piece of content published to the name `` within the channel of `<@channel_name>`.