Skip to content

Commit d2305bc

Browse files
authored
fix punctuation in an error message (#14085)
1 parent 6bd5f75 commit d2305bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/core/errors/errors-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ export const ContentCollectionTypeMismatchError = {
18051805
* @docs
18061806
* @message `COLLECTION_ENTRY_NAME` failed to parse.
18071807
* @description
1808-
* Collection entries of `type: 'data'` must return an object with valid JSON (for `.json` entries), YAML (for `.yaml` entries) or TOML (for `.toml` entries).'
1808+
* Collection entries of `type: 'data'` must return an object with valid JSON (for `.json` entries), YAML (for `.yaml` entries) or TOML (for `.toml` entries).
18091809
*/
18101810
export const DataCollectionEntryParseError = {
18111811
name: 'DataCollectionEntryParseError',

0 commit comments

Comments
 (0)