Skip to content

Commit

Permalink
Merge branch 'main' into fix-async-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJakubowicz authored Jan 12, 2024
2 parents 13d8a9b + ffd4049 commit fcec7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lit-dev-content/site/docs/v3/data/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class MyElement extends LitElement {
In manual mode you can provide new arguments directly to `run()`:

```ts
this._task.run('arg1', 'arg2');
this._task.run(['arg1', 'arg2']);
```

If arguments are not provided to `run()`, they are gathered from the `args` callback.
Expand Down

0 comments on commit fcec7fa

Please sign in to comment.