Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/intl-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const getIntlProps = async (locale) => {
} else {
messages = await localeLoader(locale);

// Hint the user if he forgot to return messages.
// Hint to the user if they forgot to return messages.
if (process.env.NODE_ENV !== 'production' && !messages) {
throw new Error('Expecting loadLocale() to return a messages object');
}
Expand Down