Skip to content

Commit

Permalink
Fix typo in cloud resource convention. (#1097)
Browse files Browse the repository at this point in the history
* Fix type in cloud convention.

* Run auto-md tool, cool!
  • Loading branch information
jsuereth authored Oct 15, 2020
1 parent 06db49a commit b48cb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion semantic_conventions/resource/cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ groups:
brief: 'Amazon Web Services'
- id: Azure
value: 'azure'
brief: 'Amazon Web Services'
brief: 'Microsoft Azure'
- id: GCP
value: 'gcp'
brief: 'Google Cloud Platform'
Expand Down
2 changes: 1 addition & 1 deletion specification/resource/semantic_conventions/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
| Value | Description |
|---|---|
| `aws` | Amazon Web Services |
| `azure` | Amazon Web Services |
| `azure` | Microsoft Azure |
| `gcp` | Google Cloud Platform |
<!-- endsemconv -->

0 comments on commit b48cb0c

Please sign in to comment.