Skip to content

Commit

Permalink
Fix code for manual run (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk committed Jan 12, 2024
1 parent 65924ae commit ffd4049
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 ffd4049

Please sign in to comment.