This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch fix-typo-in-elp-toml in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 6ae18cc99523636005f795a70407b0849ad01140 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",
