Skip to content

Commit 8c7548f

Browse files
Merge pull request #325 from rpocklin/patch-1
Fix typing mistakes
2 parents d9b87c8 + 8bcbdf7 commit 8c7548f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/about/telemetry.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Telemetry
22

3-
The `generator-teams` package and the build packages (`yoteams-build-core` and `yoteams-deploy`) includes a telemetry feature that collectes usage data and exception information when the generator or build package tasks crashes. It's important that the `generator-teams` team understands how the generator and the build packages are uses so they can be improved.
3+
The `generator-teams` package and the build packages (`yoteams-build-core` and `yoteams-deploy`) includes a telemetry feature that collects usage data and exception information when the generator or build package tasks crashes. It's important that the `generator-teams` team understands how the generator and the build packages are used so they can be improved.
44

55
## Scope
66

77
`generator-teams` *is collecting* telemetry about what configuration is used when scaffolding a new project.
88

9-
The build packages *is collecting* telemetry about what tasks is being used when building or debugging a project.
9+
The build packages *is collecting* telemetry about what tasks are being used when building or debugging a project.
1010

11-
Telemetry *isn't* collected from using the generated project or when the genereated project is running.
11+
Telemetry *isn't* collected from using the generated project or when the generated project is running.
1212

1313
## How to opt out
1414

@@ -20,11 +20,11 @@ The telemetry feature doesn't collect personal data, such as usernames or email
2020

2121
The following data is collected:
2222

23-
* Name and aruments of Gulp tasks used
23+
* Name and arguments of Gulp tasks used
2424
* Version of `generator-teams` used
2525
* Version of `yoteams-*` build and helper packages used
2626
* Client type and operating system
2727
* Location (city, province and country)
2828
* Configuration options (excluding any values) when scaffolding a project
2929

30-
Protecting your privacy is important to us. If you suspect telemetry is collecting sensitive data or the data is being insecurely or inappropriately handled, file an issu in the [pnp/generator-teams](https://aka.ms/yoteams) repository.
30+
Protecting your privacy is important to us. If you suspect telemetry is collecting sensitive data or the data is being insecurely or inappropriately handled, file an issue in the [pnp/generator-teams](https://aka.ms/yoteams) repository.

0 commit comments

Comments
 (0)