[PR #5304] [MERGED] docs: fix typo in .env.example #31515

Closed
opened 2026-04-17 22:24:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5304
Author: @ibxbit
Created: 10/14/2025
Status: Merged
Merged: 10/14/2025
Merged by: @himself65

Base: canaryHead: canary


📝 Commits (2)

  • f0e78d0 docs: Fix typo in localohst to localhost in .env.example
  • 4266833 Merge branch 'canary' into canary

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 demo/expo-example/.env.example (+1 -1)

📄 Description

Summary

This Pull Request corrects a small typo in the demo configuration file.

The variable was set to http://localohst:8081, which has been corrected to the standard local address: http://localhost:8081.

Context

I discovered this issue while setting up the project locally to work on the demo webhook functionality. This change ensures that developers using the example file can run the local authentication server correctly without manually debugging the hostname.


Summary by cubic

Fixes a typo in demo/expo-example/.env.example by changing BETTER_AUTH_URL from http://localohst:8081 to http://localhost:8081. This ensures the local auth server works out of the box during setup.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/5304 **Author:** [@ibxbit](https://github.com/ibxbit) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `canary` --- ### 📝 Commits (2) - [`f0e78d0`](https://github.com/better-auth/better-auth/commit/f0e78d08d95b96cd89be40b750298ecef58dbaab) docs: Fix typo in localohst to localhost in .env.example - [`4266833`](https://github.com/better-auth/better-auth/commit/426683390811ae3f47b5235b483e5ae9b3dbb19e) Merge branch 'canary' into canary ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `demo/expo-example/.env.example` (+1 -1) </details> ### 📄 Description ### Summary This Pull Request corrects a small typo in the demo configuration file. The variable was set to `http://localohst:8081`, which has been corrected to the standard local address: `http://localhost:8081`. ### Context I discovered this issue while setting up the project locally to work on the demo webhook functionality. This change ensures that developers using the example file can run the local authentication server correctly without manually debugging the hostname. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixes a typo in demo/expo-example/.env.example by changing BETTER_AUTH_URL from http://localohst:8081 to http://localhost:8081. This ensures the local auth server works out of the box during setup. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 22:24:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#31515