Skip to content

Commit dd3c94d

Browse files
folliehiyukipascalbreuninger
authored andcommitted
Fix some spelling errors in telemetry page
1 parent 3b93698 commit dd3c94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/other-topics/telemetry.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Below you can find an example of the payload that DevPod CLI would send to our t
3232
"provider":"kubernetes", # the default provider
3333
"source_type":"git:", # the workspace source type (git, image, local, container, unknown)
3434
"ide":"vscode", # the IDE used to open a workspace
35-
"desktop":"true", # whether this cli command has been executed by DevPod Desktop or is a direct CLI invokation
35+
"desktop":"true", # whether this cli command has been executed by DevPod Desktop or is a direct CLI invocation
3636
"version":"v0.5.29", # the CLI version
37-
"error":"provider 'docker' does not exist" # an error that occured during command execution
37+
"error":"provider 'docker' does not exist" # an error that occurred during command execution
3838
}
3939
},
4040
"user":{

0 commit comments

Comments
 (0)