mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
fix a few typos (#2141)
* fix a few typos * apply changes to original files instead * additional correction
This commit is contained in:
committed by
Chocobozzz
parent
210709a907
commit
32d7f2b754
@@ -48,7 +48,7 @@ export {
|
||||
|
||||
async function follow (fromActor: MActor, targetActor: MActorFull, isAutoFollow = false) {
|
||||
if (fromActor.id === targetActor.id) {
|
||||
throw new Error('Follower is the same than target actor.')
|
||||
throw new Error('Follower is the same as target actor.')
|
||||
}
|
||||
|
||||
// Same server, direct accept
|
||||
|
||||
Reference in New Issue
Block a user