Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviocc committed Jan 2, 2024
1 parent ed083be commit dc43d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factories/ViewModelFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class ViewModelFactory implements ViewModelFactoryInterface {
public makeEmptyPageErrorViewModel(): ErrorViewModel {
return new ErrorViewModel(
'Oops',
'Micro.blog does not support blank page. Please write something before trying again.'
'Micro.blog does not support blank pages. Please write something before trying again.'
)
}

Expand Down

0 comments on commit dc43d63

Please sign in to comment.