Skip to content

Commit

Permalink
Improve docs a little
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 10, 2023
1 parent 3286a88 commit e3eee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { i18n, format } from '../stores/i18n.js'

export const messages = i18n('post', {
title: 'Post details',
published: params('Was published at {at}'),
published: params('Was published at {at}'), // TypeScript will get `at` type
comments: count({
one: '{count} comment',
many: '{count} comments'
Expand Down

0 comments on commit e3eee7b

Please sign in to comment.