Update auth provider ids in API documentation

This commit is contained in:
Rachel Macfarlane 2020-03-09 10:35:43 -07:00
parent 1876b51870
commit 514f564257

View file

@ -43,7 +43,7 @@ declare module 'vscode' {
export interface AuthenticationProvider {
/**
* Used as an identifier for extensions trying to work with a particular
* provider: 'Microsoft', 'GitHub', etc. id must be unique, registering
* provider: 'microsoft', 'github', etc. id must be unique, registering
* another provider with the same id will fail.
*/
readonly id: string;