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: ```