From 4d2428c3b7859e318a99b96cf148e511316b3372 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Sun, 11 Jan 2026 09:17:28 -0800 Subject: [PATCH] shelley: fix typo in agent.md --- AGENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENT.md b/AGENT.md index 4379539f8bf4559001ea8459921be50e98433274..29e0879fe7254fa003b7608e3c24a844d1592d36 100644 --- a/AGENT.md +++ b/AGENT.md @@ -19,7 +19,7 @@ Simply setting `input.value = '...'` won't work because React won't detect the change. 9. Commit your changes before finishing your turn. 10. If you are testing Shelley itself, be aware that you might be running "under" shelley, - and indiscrimenantly running pkill -f shelley may break things. + and indiscriminately running pkill -f shelley may break things. 11. To test the Shelley UI in a separate instance, build with `make build`, then run on a different port with a separate database: ```