Skip to content

Commit

Permalink
A . was missing in the doc for $.export. (PipedreamHQ#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghCoder authored Oct 20, 2021
1 parent e2c6f40 commit c235943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/components/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ When you use return, the exported data will appear at `steps.[STEP NAME].$return

**`$.export`**

You can also use `$.export` to return named exports from an action. `$export` takes the name of the export as the first argument, and the value to export as the second argument:
You can also use `$.export` to return named exports from an action. `$.export` takes the name of the export as the first argument, and the value to export as the second argument:

```javascript
async run({ $ }) {
Expand Down

0 comments on commit c235943

Please sign in to comment.