Skip to content

Commit 1fb4054

Browse files
committed
Fix typos
1 parent 8fc7b6a commit 1fb4054

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/get_started/tooling/cli.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In both cases, output is written to `stdout` as a Vega-Lite JSON spec. You can r
2828
ggsql run my_query.gsql > chart.vl.json
2929
```
3030

31-
Such files can be rendered as images using tools that work with Vega-Lite specs, such the [Online Vega Editor](https://vega.github.io/editor/) or [vl-convert](https://github.com/vega/vl-convert) command line tool. For example,
31+
Such files can be rendered as images using tools that work with Vega-Lite specs, such as the [Online Vega Editor](https://vega.github.io/editor/) or [vl-convert](https://github.com/vega/vl-convert) command line tool. For example,
3232

3333
```bash
3434
vl-convert vl2png -i chart.vl.json -o chart.png

doc/get_started/tooling/r.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: R
33
---
44

5-
The [ggsql R package](https://r.ggsql.org) provides bindings to ggsql, allowing you to run ggsql queries directly from R and render visualisations from data frames. It also contain a knitr engine for supporting ggsql blocks, with facilities for bidirectional data flow between R, Python, and ggsql blocks.
5+
The [ggsql R package](https://r.ggsql.org) provides bindings to ggsql, allowing you to run ggsql queries directly from R and render visualisations from data frames. It also contains a knitr engine for supporting ggsql blocks, with facilities for bidirectional data flow between R, Python, and ggsql blocks.
66

77
## Installation
88

0 commit comments

Comments
 (0)