Skip to content

Commit

Permalink
Merge pull request #14374 from tmihoc/JUJU-1506-fix-typo-in-add-cloud…
Browse files Browse the repository at this point in the history
…-summary

#14374

## Please provide the following details to expedite review (and delete this heading)

I've noticed inconsistencies in the command summary lines---some use second person singular and others third person singular. It becomes grating when you look at a global summary (e.g., juju help commands, also cascading into https://juju.is/docs/olm/commands). I think it's best to use second person throughout.

## Checklist

 - [ ] Comments answer the question of why design decisions were made

## QA steps

```sh
juju help add-cloud
```

## Documentation changes

Update https://juju.is/docs/olm/juju-add-cloud .
  • Loading branch information
jujubot committed Jul 28, 2022
2 parents 51766b4 + 98b6531 commit 37a0350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/juju/cloud/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type CloudMetadataStore interface {
}

var usageAddCloudSummary = `
Adds a cloud definition to Juju.`[1:]
Add a cloud definition to Juju.`[1:]

var usageAddCloudDetails = `
Juju needs to know how to connect to clouds. A cloud definition
Expand Down

0 comments on commit 37a0350

Please sign in to comment.