Skip to content

Commit

Permalink
chore: remove repetitive words (#23421)
Browse files Browse the repository at this point in the history
Signed-off-by: cuithon <[email protected]>
Co-authored-by: Howard Braham <[email protected]>
  • Loading branch information
cuithon and HowardBraham authored Jun 20, 2024
1 parent ba8d84e commit b8bd980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/components/component-library/icon/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ If your svg **does not** contain a single path, you will need to get a designer

#### Step 2.

Add your optimized svg file to to `app/images/icons`
Add your optimized svg file to `app/images/icons`

#### Step 3.

Expand Down
2 changes: 1 addition & 1 deletion ui/selectors/transactions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ describe('Transaction Selectors', () => {
});

describe('nonceSortedTransactionsSelector', () => {
it('returns transaction group nonce sorted tx from from selectedTxList wit', () => {
it('returns transaction group nonce sorted tx from selectedTxList', () => {
const tx1 = {
id: 0,
time: 0,
Expand Down

0 comments on commit b8bd980

Please sign in to comment.