From 92eda026e22be72d0713849c11a7bc344d2968ca Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:51:29 +0300 Subject: [PATCH] docs: fix spelling issues (#9563) --- docs/concepts/who.qmd | 2 +- docs/how-to/extending/builtin.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/who.qmd b/docs/concepts/who.qmd index 08b1bab8944d..639e4ba99f2e 100644 --- a/docs/concepts/who.qmd +++ b/docs/concepts/who.qmd @@ -44,7 +44,7 @@ GitHub](https://github.com/ibis-project/ibis/graphs/contributors). ## History Ibis was originally created by [Wes McKinney](https://wesmckinney.com/). Wes -created pandas, co-created Apache Arrrow, and co-founded Voltron Data (among +created pandas, co-created Apache Arrow, and co-founded Voltron Data (among other things). Ibis was initially a pandas-like dataframe library for Apache Impala, but has since grown to support many other backends and mature under the stewardship of [Phillip Cloud](https://github.com/cpcloud) and others on the diff --git a/docs/how-to/extending/builtin.qmd b/docs/how-to/extending/builtin.qmd index e3b72dc657c6..3d3e0f9578b9 100644 --- a/docs/how-to/extending/builtin.qmd +++ b/docs/how-to/extending/builtin.qmd @@ -138,7 +138,7 @@ a defined API for a built-in database function. See [the reference documentation](../../reference/index.qmd) for existing APIs. ::: -Let's the use the DuckDB backend to demonstrate how to access an aggregate +Let's use the DuckDB backend to demonstrate how to access an aggregate function that isn't exposed in ibis: [`kurtosis`](https://en.wikipedia.org/wiki/Kurtosis).