We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f768468 commit bfd8d93Copy full SHA for bfd8d93
1 file changed
lib/phoenix_live_view.ex
@@ -2319,8 +2319,8 @@ defmodule Phoenix.LiveView do
2319
## Options
2320
2321
* `:supervisor` - allows you to specify a `Task.Supervisor` to supervise the task.
2322
- * `:reset` - remove previous results during async operation when true. Possible values are
2323
- `true`, `false`, or a list of keys to reset. Defaults to `false`.
+ * `:reset` - A boolean to control whether to remove previous results during the async operation.
+ Defaults to `false`.
2324
2325
## Examples
2326
0 commit comments