Skip to content

Commit ccadd0f

Browse files
committed
docs: tweak some words and fix a typo in agent-metadata.md
1 parent 84956c1 commit ccadd0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/templates/agent-metadata.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ Agent metadata is in an alpha state and may break or disappear at any time.
66

77
![agent-metadata](../images/agent-metadata.png)
88

9-
With Agent Metadata, template admin can expose operational metrics from
10-
their workspaces to their users. It is a sibling of [Resource Metadata](./resource-metadata.md).
9+
With Agent Metadata, template admins can expose operational metrics from
10+
their workspaces to their users. It is the dynamic complement of [Resource Metadata](./resource-metadata.md).
1111

1212
See the [Terraform reference](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#metadata).
1313

1414
## Examples
1515

16-
All of these examples use [heredoc strings](https://developer.hashicorp.com/terraform/language/expressions/strings#heredoc-strings) for the script declaration. With heredoc strings you
16+
All of these examples use [heredoc strings](https://developer.hashicorp.com/terraform/language/expressions/strings#heredoc-strings) for the script declaration. With heredoc strings, you
1717
can script without messy escape codes, just as if you were working in your terminal.
1818

19-
Here are useful agent metadata snippets for Linux agents:
19+
Here's a standard set of metadata snippets for Linux agents:
2020

2121
```hcl
2222
resource "coder_agent" "main" {
@@ -69,7 +69,7 @@ resource "coder_agent" "main" {
6969
## Utilities
7070

7171
[vmstat](https://linux.die.net/man/8/vmstat) is available in most Linux
72-
distributions and contains virtual memory, CPU and IO statistics. Running `vmstat`
72+
distributions and provides virtual memory, CPU and IO statistics. Running `vmstat`
7373
produces output that looks like:
7474

7575
```

0 commit comments

Comments
 (0)