Reference: getEntries() would return Array<CollectionEntry> - not a single entry#5002
Conversation
docs: `getEntries` would return `Array<CollectionEntry>`
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
astrobot-houston
left a comment
There was a problem hiding this comment.
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉
Here’s what will happen next:
-
Our GitHub bots will run to check your changes.
If they spot any broken links you will see some error messages on this PR.
Don’t hesitate to ask any questions if you’re not sure what these mean! -
In a few minutes, you’ll be able to see a preview of your changes on Netlify 🥳
-
One or more of our maintainers will take a look and may ask you to make changes.
We try to be responsive, but don’t worry if this takes a few days.
sarah11918
left a comment
There was a problem hiding this comment.
Thank you for this, @uceumice ! We appreciate you taking the time to contribute to the docs! 🥳
Description
Fixing a minor inconsistency in reference docs, so that
getEntries()returnsArray<CollectionEntry>- not a single entry.