Skip to content

Commit

Permalink
Merge pull request #11250 from qmonmert/typo291024
Browse files Browse the repository at this point in the history
Some fixes
  • Loading branch information
murdos authored Oct 29, 2024
2 parents b61d35f + f672ed8 commit 8efeb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@
<execution>
<id>enforce-dependencyConvergence</id>
<outputs>
<cacheableBecause>depencency convergenve should be cached</cacheableBecause>
<cacheableBecause>dependency convergence should be cached</cacheableBecause>
</outputs>
<inputs>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('LocalStorageModuleParametersRepository', () => {
expect(JSON.parse(storage.getItem(folderPathOne + STORAGE_KEY_MODULE_PARAMETERS_SUFIX)!)).toEqual(dataOne);
});

it('should remove corrent folder path from localStorage when the constructor is called', () => {
it('should remove current folder path from localStorage when the constructor is called', () => {
const storage = fakeStorage();
storage.clear();
const data: [string, ModuleParameterType][] = [
Expand Down

0 comments on commit 8efeb1c

Please sign in to comment.