Skip to content

Commit bd9f5c3

Browse files
lynxplaykennytv
andauthored
Update docs/paper/dev/api/registries.mdx
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev>
1 parent f475232 commit bd9f5c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/paper/dev/api/registries.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ To retrieve elements from a registry, their respective keys can be used.
2727
The API defines two types of keys.
2828
<ol>
2929
<li>
30-
`net.kyori.adventure.key.Key` represent a namespace and a key.
30+
`net.kyori.adventure.key.Key` represents a namespace and a key.
3131
</li>
3232
<li>
33-
<Javadoc name={"io.papermc.paper.registry.TypedKey"}>TypedKey</Javadoc> wrap an adventure key
34-
but also including the <Javadoc name={"io.papermc.paper.registry.TypedKey#registryKey()"}>key of
33+
<Javadoc name={"io.papermc.paper.registry.TypedKey"}>TypedKey</Javadoc> wraps an adventure key,
34+
but also includes the <Javadoc name={"io.papermc.paper.registry.TypedKey#registryKey()"}>key of
3535
the registry</Javadoc> the
3636
<Javadoc name={"io.papermc.paper.registry.TypedKey"}>TypedKey</Javadoc> belongs to.
3737
</li>

0 commit comments

Comments
 (0)