fix: typo (#12)

This commit is contained in:
Jan
2021-09-28 10:04:38 +00:00
committed by GitHub
parent 88881f4a5f
commit 8780004506

View File

@ -92,7 +92,7 @@ export const CONSTANTS = {
}
export const SECONDARY_ERROR_MESSAGES = {
MAX_RETRY: 'Make sur your profile is not private'
MAX_RETRY: 'Make sure your profile is not private'
}
export class CustomError extends Error {