Skip to content

Commit

Permalink
Fix spelling mistake in documentation (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviermarchegay authored Dec 2, 2023
1 parent c8d2816 commit 877bc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/core/display.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Alternatively you can use `DataFrame::write` function to display data frame:
$output = data_frame()
->read(from_())
->withEntry('...', ref()->doSomething())
->write(to_otuput(truncate: false))
->write(to_output(truncate: false))
->run();
```
`
`

0 comments on commit 877bc15

Please sign in to comment.