diff -r 87eda713b614 -r f4ac09bc2964 account.go --- a/account.go Sun May 28 10:33:27 2017 +0200 +++ b/account.go Mon May 29 23:24:18 2017 +0200 @@ -217,7 +217,7 @@ } // FollowRemoteAccount follows a remote account -// The parameter 'uri' is a URI (e.mc. "username@domain"). +// The parameter 'uri' is a URI (e.g. "username@domain"). func (mc *Client) FollowRemoteAccount(uri string) (*Account, error) { if uri == "" { return nil, ErrInvalidID