This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 7442b43a3 Fix typo in .elp.toml
7442b43a3 is described below
commit 7442b43a3f1e1d780c08d8f316cb783b77b5b8bd
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed Oct 29 13:59:18 2025 -0400
Fix typo in .elp.toml
Thanks to Robert for noticing!
---
.elp.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.elp.toml b/.elp.toml
index c4f803a01..e28ee26ae 100644
--- a/.elp.toml
+++ b/.elp.toml
@@ -10,7 +10,7 @@ deps = [
"src/gun",
"src/recon",
"src/proper",
- "src/faxton",
+ "src/fauxton",
"src/docs",
"src/meck",
"src/jiffy",