Skip to content

Commit

Permalink
Merge pull request #7 from nelsonmestevao/patch-1
Browse files Browse the repository at this point in the history
docs: fix put_toast/3 description about not exposing the UUID used
  • Loading branch information
srcrip committed Jun 6, 2024
2 parents 4cb5de8 + 666f13d commit 7737fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/live_toast.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ defmodule LiveToast do
Helper function around `send_toast/3` that is useful in pipelines.
Can be used in a pipeline with either Plug.Conn or LiveView.Socket.
Unlike `send_toast/3`, this function does expose the UUID of the
Unlike `send_toast/3`, this function does not expose the UUID of the
new toast, so if you need to update the toast after popping it onto
the list, you should use `send_toast/3` directly.
Expand Down

0 comments on commit 7737fed

Please sign in to comment.