Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Feb 11, 2025
1 parent 70d6f70 commit b1b47ed
Show file tree
Hide file tree
Showing 210 changed files with 343 additions and 343 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build_gh_pages

build_gh_pages: ## build github pages (used by netifly)
build_gh_pages: ## build github pages (used by netlify)
cd docs/go-c8y-cli \
&& npm install \
&& npm run write-translations \
Expand Down
6 changes: 3 additions & 3 deletions api/spec/yaml/microservicesLoglevels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ commands:
- name: get
description: Get log level of microservice
descriptionLong: |
Get configured log level for a package (incl. subpackages), or a specific class.
Get configured log level for a package (incl. sub-packages), or a specific class.
(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)
method: GET
path: /service/{name}/loggers/{loggerName}
Expand Down Expand Up @@ -77,7 +77,7 @@ commands:
- name: set
description: Set log level of microservice
descriptionLong: |
Set configured log level for a package (incl. subpackages), or a specific class.
Set configured log level for a package (incl. sub-packages), or a specific class.
(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)
method: POST
path: /service/{name}/loggers/{loggerName}
Expand Down Expand Up @@ -131,7 +131,7 @@ commands:
- name: delete
description: Delete configured log level of microservice
descriptionLong: |
Delete configured log level for a package (incl. subpackages), or a specific class.
Delete configured log level for a package (incl. sub-packages), or a specific class.
This resets its value to the default log level.
(This only works for Spring Boot microservices based on Cumulocity Java Microservice SDK)
method: POST
Expand Down
2 changes: 1 addition & 1 deletion cmd/gen-tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func buildAssertions(parentCmd string, endpoint *models.Command, exampleIdx int)
case "attachment", "file", "fileContents":
// TODO: Add support for checking file type
case "datetime":
// Note: Simplify checkings for relative time values
// Note: Simplify checking for relative time values
assertions.Contains = append(assertions.Contains, fmt.Sprintf("\"%s\":", parameter.GetTargetProperty()))
default:
formatJsonAssertion(assertions.JSON, parameter.Type, "body."+parameter.GetTargetProperty(), value)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
category: assert
title: c8y devices assert exists
---
Assert existance of a device
Assert existence of a device

### Synopsis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
category: assert
title: c8y inventory assert exists
---
Assert existance of a managed object
Assert existence of a managed object

### Synopsis

Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Agents/New-Agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Agents/New-TestAgent.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Agents/Update-Agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-Alarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Alarms/New-TestAlarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Alarms/Update-Alarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Binaries/New-Binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Binaries/Update-Binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Accept wildcard characters: False
```
### -Force
Force redownloading of the binary
Force downloading of the binary
```yaml
Type: SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Devices/Add-DeviceChild.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Devices/New-Device.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceChild.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/cli/psc8y/Devices/New-DeviceGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Accept wildcard characters: False
### -Data
static data to be applied to body.
accepts json or shorthande json, i.e.
accepts json or shorthand json, i.e.
--data 'value1=1,my.nested.value=100'
```yaml
Expand Down
Loading

0 comments on commit b1b47ed

Please sign in to comment.