techdocs: Add changeset for @backstage/integration changes

This commit is contained in:
Himanshu Mishra
2020-12-21 23:15:21 +01:00
parent c91e4d6b04
commit 8804e89811
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export const getTokenForGitRepo = async (
case 'azure/api':
return getAzureIntegrationConfig(config, host).token;
default:
throw new Error('Failed to get reository type');
throw new Error('Failed to get repository type');
}
} catch (error) {
throw error;