You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2023/06/27 15:53:18 UTC

[arrow-nanoarrow] branch main updated: fix(docs): Fix typo in getting started article (#250)

This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0169185  fix(docs): Fix typo in getting started article (#250)
0169185 is described below

commit 01691852306c5db7659991a26f7a0877b4ae13b3
Author: Dewey Dunnington <de...@dunnington.ca>
AuthorDate: Tue Jun 27 12:53:12 2023 -0300

    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 96c0478..dfcc2b9 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.