Skip to content

Commit

Permalink
docs: update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
falconx committed Sep 5, 2022
1 parent b519e9d commit 5cc903a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Pushing to the `develop` branch will trigger a deploy to https://trello-nine.ver

Not a big deal now but could bloat our local storage when adding more features which require temporary global state.

We could have a seperate typedef for stored global state and have `activeDragCard` use `useState` instead of `useLocalStorage`.
We could have a separate typedef for stored global state and have `activeDragCard` use `useState` instead of `useLocalStorage`.

1 comment on commit 5cc903a

@vercel
Copy link

@vercel vercel bot commented on 5cc903a Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trello – ./

trello-mattlayt.vercel.app
trello-git-develop-mattlayt.vercel.app
trello-nine.vercel.app

Please sign in to comment.