Skip to content

Commit ee3cbb1

Browse files
authored
Merge pull request #106203 from radiantly/patch-1
Fix spelling error `metatadata` -> `metadata`
2 parents ee56323 + b3b1d5a commit ee3cbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/instance-metadata-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ http://169.254.169.254/metadata/<endpoint>/[<filter parameter>/...]?<query param
130130
```
131131
The parameters correspond to the indexes/keys that would be used to walk down the json object were you interacting with a parsed representation.
132132

133-
For example, `/metatadata/instance` returns the json object:
133+
For example, `/metadata/instance` returns the json object:
134134
```json
135135
{
136136
"compute": { ... },

0 commit comments

Comments
 (0)