Skip to content

Commit f69a6ec

Browse files
committed
Update Label "Return" to "Returns"
1 parent 4ff017a commit f69a6ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/ui/en.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Syntax: Syntax
3636
Methods: Methods
3737
Fields: Fields
3838
Parameters: Parameters
39-
Return: Return
39+
Returns: Returns
4040
Related References: Related References
4141
Related Examples: Related Examples
4242
Show Code: Show Code

src/layouts/ReferenceItemLayout.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const seenParams: Record<string, true> = {};
175175
(entry.data.return) && (
176176
<>
177177
<div class="mb-xl">
178-
<h2 class="mb-md text-h3">{t("Return")}</h2>
178+
<h2 class="mb-md text-h3">{t("Returns")}</h2>
179179
<div class="grid grid-cols-6 gap-gutter-md text-body">
180180
<div
181181
class="col-span-5 [&_p]:m-0 [&_p]:inline [&_a]:underline"

0 commit comments

Comments
 (0)