Skip to content

Commit

Permalink
Fix spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
ayusharma committed Feb 3, 2022
1 parent f4eb20a commit 16cb402
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ A prettier plugin to sort import declarations by provided Regular Expression ord
import React, {
FC,
useEffect,
usetef,
ChangeEoent,
useRef,
ChangeEvent,
KeyboardEvent,
} from 'react';
import { logger } from '@core/logger';
Expand All @@ -31,11 +31,11 @@ import { createConnection } from '@server/database';
```javascript
import { debounce, reduce } from 'lodash';
import React, {
ChangeEoent,
ChangeEvent,
FC,
KeyboardEvent,
useEffect,
usetef,
useRef,
} from 'react';

import { createConnection } from '@server/database';
Expand All @@ -47,7 +47,7 @@ import { logger } from '@core/logger';
import { Alert } from '@ui/Alert';
import { Popup } from '@ui/Popup';

import { Message } from '../Mesage';
import { Message } from '../Message';
import { add, filter, repeat } from '../utils';
```

Expand Down

0 comments on commit 16cb402

Please sign in to comment.