瀏覽代碼

Update listen.py (#264)

recieves -> receives
Ikko Eltociear Ashimine 1 年之前
父節點
當前提交
7c69672301
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      opendevin/server/listen.py

+ 1 - 1
opendevin/server/listen.py

@@ -4,7 +4,7 @@ import agenthub # noqa F401 (we import this to get the agents registered)
 
 app = FastAPI()
 
-# This endpoint recieves events from the client (i.e. the browser)
+# This endpoint receives events from the client (i.e. the browser)
 @app.websocket("/ws")
 async def websocket_endpoint(websocket: WebSocket):
     await websocket.accept()