Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

fix typo #2352

Merged
merged 1 commit into from
May 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object APIErrors {
)

case class InvalidToken()
extends ClientApiError(s" Your token is invalid. It might have expired or you might be using a token from a different project.", 3015)
extends ClientApiError(s"Your token is invalid. It might have expired or you might be using a token from a different project.", 3015)

case class ProjectNotFound(projectId: String) extends ClientApiError(s"Project not found: '$projectId'", 3016)

Expand Down