diff --git a/dagger/rest/api.nim b/dagger/rest/api.nim index 2fa2c11d..1c21eb74 100644 --- a/dagger/rest/api.nim +++ b/dagger/rest/api.nim @@ -65,7 +65,7 @@ proc initRestApi*(node: DaggerNodeRef): RestRouter = ## ## If `addrs` param is supplied, it will be used to ## dial the peer, otherwise the `peerId` is used - ## to invoke peer discovery, if it successedes + ## to invoke peer discovery, if it succeeds ## the returned addresses will be used to dial ##