Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix grammatical mix-up #11039

Merged
merged 2 commits into from
May 15, 2024
Merged

docs: fix grammatical mix-up #11039

merged 2 commits into from
May 15, 2024

Conversation

khajimatov
Copy link
Contributor

Changes

Noticed a small grammatical mix-up here:

// before
Define an action using the `defineAction()` utility from the `astro:actions` module.
- These accept
the `handler` property to define your server-side request handler.

// after
Define an action using the `defineAction()` utility from the `astro:actions` module.
+ An action accepts
the `handler` property to define your server-side request handler.

Testing

Docs

Copy link

changeset-bot bot commented May 14, 2024

⚠️ No Changeset found

Latest commit: e88f03c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) docs pr A PR that includes documentation for review labels May 14, 2024
@khajimatov
Copy link
Contributor Author

cc @sarah11918

Copy link
Member

@sarah11918 sarah11918 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @khajimatov ! Sorry you had to make this twice, but we got it now! 💪

@bluwy bluwy merged commit cf8dee4 into withastro:main May 15, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs pr A PR that includes documentation for review pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants