Skip to content

Commit f57847c

Browse files
authored
Merge pull request #712 from Marzal/patch-9
Fix puntuation and grammar on license.md
2 parents bb32e15 + 5409ffa commit f57847c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tags/license.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`<podcast:license>`
44

5-
This element defines a license that is applied to the audio/video content of a single episode, or the audio/video of the podcast as a whole. Custom licenses must always include a url attribute. Implementors are encouraged to read the license tag companion [document](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/examples/license/license.md) for a more complete picture of what this tag is intended to accomplish.
5+
This element defines a license that is applied to the audio/video content of a single episode or the audio/video of the podcast as a whole. Custom licenses must always include a url attribute. Implementors are encouraged to read the license tag companion [document](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/examples/license/license.md) for a more complete picture of what this tag is intended to accomplish.
66

77
### Parent
88

@@ -14,11 +14,11 @@ Single
1414

1515
### Node Value
1616

17-
The node value must be a lower-cased reference to a license "identifier" defined in the companion [license list](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/examples/license/licenses.json) file if the license being used is a well-known, public license. Or, if it is a custom license, it must be a free form abbreviation of the name of the license as you reference it publicly. Please do not exceed `128 characters` for the node value or it may be truncated by aggregators.
17+
The node value must be a lower-cased reference to a license "identifier" defined in the companion [license list](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/examples/license/licenses.json) file if the license being used is a well-known, public license. Or, if it is a custom license, it must be a free-form abbreviation of the name of the license as you reference it publicly. Please do not exceed `128 characters` for the node value, or it may be truncated by aggregators.
1818

1919
### Attributes
2020

21-
- **url:** (optional) This is a url that points to the full, legal language of the license being referenced. This attribute is optional for well-known public licenses. For new, or custom licenses it is required.
21+
- **url:** (optional) This is a URL that points to the full, legal language of the license being referenced. This attribute is optional for well-known public licenses. For new or custom licenses, it is required.
2222

2323
### Examples
2424

0 commit comments

Comments
 (0)