Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
becomingbabyman authored Mar 23, 2021
1 parent b34fe4d commit 04be26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/0400|API.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sameTodo.get('project', 'user', 'name') // => 'Arpegius'
Transactions let you create, update and delete multiple entities simultaneously. All changes will reactively update any components that depend on the changed data.

```js
const transact = useTransact()
const [transact] = useTransact()

// A transaction is an array of nested objects and or arrays.
// Leaving the id blank will create a new entity.
Expand Down

4 comments on commit 04be26b

@vercel
Copy link

@vercel vercel bot commented on 04be26b Mar 23, 2021

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 04be26b Mar 23, 2021

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 04be26b Mar 23, 2021

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 04be26b Mar 23, 2021

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:

homebase-example-todo – ./examples/todo

homebase-example-todo-git-master-homebaseio.vercel.app
homebase-example-todo-homebaseio.vercel.app
homebase-example-todo.vercel.app

Please sign in to comment.