From 01691852306c5db7659991a26f7a0877b4ae13b3 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Tue, 27 Jun 2023 12:53:12 -0300 Subject: [PATCH] fix(docs): Fix typo in getting started article (#250) --- docs/source/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started.md b/docs/source/getting-started.md index 96c0478b3..dfcc2b931 100644 --- a/docs/source/getting-started.md +++ b/docs/source/getting-started.md @@ -29,7 +29,7 @@ In general, nanoarrow can help you write a library or application that: in the form of Arrow arrays, and/or - exposes an extension type implementation. -Becauase Arrow has bindings in many languages, it means that you or others can easily +Because Arrow has bindings in many languages, it means that you or others can easily bind or use your tool in higher-level runtimes like R, Java, C++, Python, Rust, Julia, Go, or Ruby, among others.