Skip to content

Commit

Permalink
fix: add new words to cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric921 committed Jan 3, 2024
1 parent 5afe1bd commit b062b7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@
"Proguard",
"horcrux",
"dimesions",
"Ordereds"
"Ordereds",
"uidotdev",
"usehooks"
],
"useGitignore": true,
"ignorePaths": [
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { useState } from 'react';
import { IssuesView } from '@app/constants';
import { TableCellsIcon, QueueListIcon, Squares2X2Icon } from '@heroicons/react/24/solid';
import { useNetworkState } from '@uidotdev/usehooks';
import KanbanIcon from '@components/ui/svgs/kanaban';
import KanbanIcon from '@components/ui/svgs/kanban';
import Offline from '@components/pages/offline';
import UserTeamTableHeader from 'lib/features/team/user-team-table/user-team-table-header';
import { useTranslations } from 'next-intl';
Expand Down
File renamed without changes.

0 comments on commit b062b7b

Please sign in to comment.