Skip to content

Commit 836a7cf

Browse files
author
Larry Franks
committed
spelling
1 parent be1b124 commit 836a7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-consume-web-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Azure Machine Learning provides two ways to control access to your web services.
7979
|Key|Disabled by default| Enabled by default|
8080
|Token| Not Available| Disabled by default |
8181

82-
When sending a request to a service that is secured with a key or token, use the __Authorization__ header to pass the key or token. The key or token must be formated as `Bearer <key-or-token>`, where `<key-or-token>` is your key or token value.
82+
When sending a request to a service that is secured with a key or token, use the __Authorization__ header to pass the key or token. The key or token must be formatted as `Bearer <key-or-token>`, where `<key-or-token>` is your key or token value.
8383

8484
#### Authentication with keys
8585

0 commit comments

Comments
 (0)