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

Fix typos and make minor edits #570

Merged
merged 1 commit into from
Apr 14, 2024
Merged

Conversation

peterhauke
Copy link
Contributor

Fix typos and make minor edits.

I was thinking whether to change 1-n to One-to-Many to use the same format as the Laravel documentation, but I decided not to do anything.

"super-specific" is overkill, a simple "specific" will do here.

I was not sure about adding "from" in the following phrase, but I think it should be there: "Not just from the admin panel"

Fix typos and make minor edits.

I was thinking whether to change 1-n to One-to-Many to use the same format as the Laravel documentation, but I decided not to do anything.

"super-specific" is overkill, a simple "specific" will do here.

I was not sure about adding "from" in the following phrase, but I think it should be there: "Not just from the admin panel"
@@ -58,20 +58,20 @@ In the example above, we've enabled the most common operations:
- **Delete** - using a *button* in the *list view*
- **Show** - using a *button* in the *list view*

These are the basic operations an admin can execute on an Eloquent model, thanks to Backpack. We do have additional operations (Reorder, Revisions, Clone, BulkDelete, BulkClone), and you can easily _create a custom operation_, but let's not get ahead of ourselves. Baby steps. **Let's go through the most important features of the operations you'll be using _all the time_: List, Create and Update**.
These are the basic operations an admin can execute on an Eloquent model, thanks to Backpack. We do have additional operations (Reorder, Revisions, Clone, BulkDelete, and BulkClone), and you can easily _create a custom operation_, but let's not get ahead of ourselves. **Let's go through the most important features of the operations you'll be using _all the time_: List, Create, and Update**.
Copy link
Member

Choose a reason for hiding this comment

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

Oxford Comma, love it 👌

@promatik
Copy link
Member

Thank you again @peterhauke!
Merging 🎉

@promatik promatik merged commit 0518330 into Laravel-Backpack:master Apr 14, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants