Skip to content

Commit 3f09063

Browse files
authored
Fix typo
1 parent 03b8072 commit 3f09063

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

content/collections/reference/metadata.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,47 +16,47 @@ As an example, see the [complete metadata file](https://github.com/OpenTermsArch
1616
{{< configOption
1717
name="id"
1818
type="string"
19-
description="Unique identifier derived from name (acronyms, dash-separated)"
19+
description="Unique identifier derived from name (acronyms, dash-separated)."
2020
example="`pga`"
2121
required=true
2222
>}}
2323
2424
{{< configOption
2525
name="name"
2626
type="string"
27-
description="Display name of the collection (max 3 words)"
27+
description="Display name of the collection (max 3 words)."
2828
example="`Platform Governance Archive`"
2929
required=true
3030
>}}
3131
3232
{{< configOption
3333
name="tagline"
3434
type="string"
35-
description="Concise description of collection topic"
35+
description="Concise description of collection topic."
3636
example="`Major global social media services`"
3737
required=true
3838
>}}
3939
4040
{{< configOption
4141
name="languages"
4242
type="Array of strings"
43-
description="[ISO 639 language codes](https://en.wikipedia.org/wiki/ISO_639) allowed in collection"
43+
description="[ISO 639 language codes](https://en.wikipedia.org/wiki/ISO_639) allowed in collection."
4444
example="`[en, fr, de]`"
4545
required=true
4646
>}}
4747
4848
{{< configOption
4949
name="jurisdictions"
5050
type="Array of strings"
51-
description="[ISO 3166-2 country codes](https://en.wikipedia.org/wiki/ISO_3166-2) for covered jurisdictions"
51+
description="[ISO 3166-2 country codes](https://en.wikipedia.org/wiki/ISO_3166-2) for covered jurisdictions."
5252
example="`[EU]`"
5353
required=true
5454
>}}
5555
5656
{{< configOption
5757
name="description"
5858
type="string"
59-
description="Detailed description of the collection"
59+
description="Detailed description of the collection."
6060
example=`The **Platform Governance Archive** (PGA) collection tracks the terms of major global social media services.
6161

6262
This data is maintained and analysed by the [Platform Governance Archive](https://www.platformgovernancearchive.org/) at the Universität Bremen's [Center for Media Communication and Information Research (ZeMKI)](https://www.uni-bremen.de/zemki).
@@ -69,55 +69,55 @@ It also aims to promote greater transparency and accountability of these powerfu
6969
{{< configOption
7070
name="dataset"
7171
type="url"
72-
description="URL to released versions dataset"
72+
description="URL to released versions dataset."
7373
example="`https://github.com/OpenTermsArchive/pga-versions/releases`"
7474
>}}
7575
7676
{{< configOption
7777
name="declarations"
7878
type="url"
79-
description="URL to declarations repository"
79+
description="URL to declarations repository."
8080
example="`https://github.com/OpenTermsArchive/pga-declarations`"
8181
>}}
8282
8383
{{< configOption
8484
name="versions"
8585
type="url"
86-
description="URL to versions repository"
86+
description="URL to versions repository."
8787
example="`https://github.com/OpenTermsArchive/pga-versions`"
8888
>}}
8989
9090
{{< configOption
9191
name="snapshots"
9292
type="url"
93-
description="URL to snapshots repository"
93+
description="URL to snapshots repository."
9494
example="`https://github.com/OpenTermsArchive/pga-snapshots`"
9595
>}}
9696
9797
{{< configOption
9898
name="logo"
9999
type="url"
100-
description="URL to the collection's logo. Optimized PNG transparent image (min width 240px)"
100+
description="URL to the collection's logo. Optimized PNG transparent image (min width 240px)."
101101
example="`https://opentermsarchive.org/images/collections/pga.png`"
102102
>}}
103103
104104
{{< configOption
105105
name="donations"
106106
type="url"
107-
description="URL to the donations page"
107+
description="URL to the donations page."
108108
example="`https://opencollective.com/opentermsarchive`"
109109
>}}
110110
111111
{{< configOption
112112
name="trackingPeriods"
113113
type="array of tracking periods objects"
114-
description="Tracking periods object, see [Tracking periods](#tracking-periods) section"
114+
description="Tracking periods object, see [Tracking periods](#tracking-periods) section."
115115
>}}
116116
117117
{{< configOption
118118
name="governance"
119119
type="array of entity objects"
120-
description="Entity object, see [Entity](#entity) section"
120+
description="Entity object, see [Entity](#entity) section."
121121
>}}
122122
123123
---
@@ -127,7 +127,7 @@ It also aims to promote greater transparency and accountability of these powerfu
127127
{{< configOption
128128
name="startDate"
129129
type="date"
130-
description="The date when tracking started (ISO 8601 format: YYYY-MM-DD)"
130+
description="The date when tracking started (ISO 8601 format: YYYY-MM-DD)."
131131
example="`2023-01-01`"
132132
required=true
133133
>}}
@@ -142,15 +142,15 @@ It also aims to promote greater transparency and accountability of these powerfu
142142
{{< configOption
143143
name="schedule"
144144
type="string"
145-
description="A [cron expression](https://en.wikipedia.org/wiki/Cron#Cron_expression) that defines the tracking frequency"
145+
description="A [cron expression](https://en.wikipedia.org/wiki/Cron#Cron_expression) that defines the tracking frequency."
146146
example="`0 0 * * *`"
147147
required=true
148148
>}}
149149
150150
{{< configOption
151151
name="serverLocation"
152152
type="string"
153-
description="The geographic location of the tracking server (city name, ISO 3166-2 country code)"
153+
description="The geographic location of the tracking server (city name, ISO 3166-2 country code)."
154154
example="`London, GB`"
155155
required=true
156156
>}}
@@ -162,29 +162,29 @@ It also aims to promote greater transparency and accountability of these powerfu
162162
{{< configOption
163163
name="name"
164164
type="string"
165-
description="Name of the organization"
165+
description="Name of the organization."
166166
example="`Open Terms Archive`"
167167
required=true
168168
>}}
169169
170170
{{< configOption
171171
name="url"
172172
type="url"
173-
description="Website URL of the organization"
173+
description="Website URL of the organization."
174174
example="`https://opentermsarchive.org/`"
175175
>}}
176176
177177
{{< configOption
178178
name="logo"
179179
type="url"
180-
description="URL to the organization's logo. Optimized PNG transparent image (min width 240px)"
180+
description="URL to the organization's logo. Optimized PNG transparent image (min width 240px)."
181181
example="`https://opentermsarchive.org/images/logo/logo-open-terms-archive-black.png`"
182182
>}}
183183
184184
{{< configOption
185185
name="roles"
186186
type="string"
187-
description="Roles of the entity within the governance, see [Collection governance]({{< relref \"collections/reference/governance\" >}})"
187+
description="Roles of the entity within the governance, see [collection governance]({{< relref \"collections/reference/governance\" >}})."
188188
allowedValues="`host`, `administrator`, `curator`, `maintainer`, `sponsor`"
189189
required=true
190190
>}}

0 commit comments

Comments
 (0)