chore(typos): Fix low-impact typos

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2025-04-18 14:19:31 +02:00
parent 129dfdb588
commit 72d019d663
83 changed files with 218 additions and 150 deletions
+3 -3
View File
@@ -137,13 +137,13 @@ describe('Git', () => {
it('should call isomorphic-git with the correct arguments', async () => {
const git = Git.fromAuth({});
const dir = 'mockdirectory';
const message = 'Inital Commit';
const message = 'Initial Commit';
const author = {
name: 'author',
email: 'test@backstage.io',
};
const committer = {
name: 'comitter',
name: 'committer',
email: 'test@backstage.io',
};
const signingKey = 'test-signing-key';
@@ -414,7 +414,7 @@ describe('Git', () => {
email: 'test@backstage.io',
};
const committer = {
name: 'comitter',
name: 'committer',
email: 'test@backstage.io',
};
const theirs = 'master';