Skip to content

Commit b3b1d5a

Browse files
authored
Fix spelling error metatadata -> metadata
1 parent 403de20 commit b3b1d5a

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)