Skip to content

Commit 0b42fa3

Browse files
Apply suggestions from code review
Fix typos. Co-authored-by: Copilot <[email protected]>
1 parent 1d378cf commit 0b42fa3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/copilot-instructions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use the full name on first use and short name after, for example:
5353
- Grafana Beyla (full), Beyla (short)
5454

5555
Refer to the "OpenTelemetry Collector" as "Collector" after the first use.
56-
Still use "OpenTelemetry Collector" when refering to a distribution,
56+
Still use "OpenTelemetry Collector" when referring to a distribution,
5757
and for headings and links.
5858

5959
Always use the full name for "Grafana Cloud".
@@ -92,7 +92,7 @@ Never remove front matter content at the start of the file.
9292
This includes all content from the start of the file,
9393
inbetween a pair of tripple dashes (---).
9494

95-
Never removed YAML front matter meta data unless specifically asked to.
95+
Never remove YAML front matter meta data unless specifically asked to.
9696

9797
For example, never remove or delete this or other front matter:
9898

@@ -112,7 +112,7 @@ Markdown content...
112112
Only edit front matter copy if specifically asked to.
113113
When performing a copy edit task,
114114
ask the user if they'd like you to also edit the front matter copy.
115-
Still never remove front matter meta data properpties.
115+
Still never remove front matter meta data properties.
116116

117117
## Structure
118118

@@ -213,7 +213,7 @@ Don't use filler words or phrases, for example:
213213

214214
In most cases, use verbs and nouns without adverbs or adjectives.
215215
You may use minimal adverbs and adjectives,
216-
when introucing or overviewing a Grafana Labs product.
216+
when introducing or overviewing a Grafana Labs product.
217217

218218
Don't use figures of speech.
219219

@@ -225,7 +225,7 @@ Never use cultural references or charged language.
225225

226226
Write in present simple tense.
227227

228-
Avoid present continous tense.
228+
Avoid present continuous tense.
229229

230230
Only write in future tense to show future actions.
231231

@@ -526,7 +526,7 @@ An example configuration table:
526526
| `logging.level`<br>`LOG_LEVEL` | Sets the logging verbosity. Refer to [logging level](#logging-level) for details. | No | String | `debug`, `info`, `warn`, `error` | `info` |
527527
```
528528
529-
In some ocassions you can drop the Values column, for example,
529+
In some occasions you can drop the Values column, for example,
530530
when all the configuration have a Boolean type (yes/no) or (1/0).
531531
532532
After the table, for each configuration, add a sub-section.

0 commit comments

Comments
 (0)