This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 90107a822a9 [Website]: Fix typo in docker instructions (#452)
90107a822a9 is described below
commit 90107a822a97f69da6b1999fd44bd9dfa2ab8bee
Author: Andrew Lamb <[email protected]>
AuthorDate: Sat Jan 6 15:50:10 2024 -0500
[Website]: Fix typo in docker instructions (#452)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 80703474c60..f207c8a3c2b 100644
--- a/README.md
+++ b/README.md
@@ -151,4 +151,4 @@ bundle install
bundle exec rake HOST=0.0.0.0
```
-Then open http://locahost:4000 locally
+Then open http://localhost:4000 locally