Skip to content

Commit c54573d

Browse files
committed
content: Use singular form in method section descriptions
1 parent d9a95fe commit c54573d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Duration methods
33
linkTitle: Duration
4-
description: Use these methods with time.Duration values.
4+
description: Use these methods with a time.Duration value.
55
categories: []
66
keywords: []
77
---

content/en/methods/pager/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Pager methods
33
linkTitle: Pager
4-
description: Use these methods with Pager objects when building navigation for a paginated list page.
4+
description: Use these methods with a Pager object when building navigation for a paginated list page.
55
keywords: []
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Resource methods
33
linkTitle: Resource
4-
description: Use these methods with global, page, and remote Resource objects.
4+
description: Use these methods a global, page, or remote Resource object.
55
categories: []
66
keywords: []
77
---

content/en/methods/site/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Site methods
33
linkTitle: Site
4-
description: Use these methods with Site objects.
4+
description: Use these methods with a Site object.
55
categories: []
66
keywords: []
77
aliases: [/variables/site/]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Taxonomy methods
33
linkTitle: Taxonomy
4-
description: Use these methods with Taxonomy objects.
4+
description: Use these methods a Taxonomy object.
55
keywords: []
66
aliases: [/variables/taxonomy/]
77
---

content/en/methods/time/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Time methods
33
linkTitle: Time
4-
description: Use these methods with time.Time values.
4+
description: Use these methods a time.Time value.
55
categories: []
66
keywords: []
77
---

0 commit comments

Comments
 (0)