mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
fix: correct grammar on enterprise page (#1252)
--- name: Pull Request about: Submit changes to the project for review and inclusion --- ## Description Corrects grammar on `/pricing` page of main website. ## Related Issue N/A ## Changes Made Added the word "for" (grammar) Pluralized "offer" to "offers" (grammar) ## Testing Performed No testing should be required for this change. ## Checklist - [x] I have tested these changes locally and they work as expected. - [x] I have added/updated tests that prove the effectiveness of these changes. - [x] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [x] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Improved grammatical accuracy in the Enterprise component, enhancing readability and professionalism. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@ -16,9 +16,9 @@ export const Enterprise = () => {
|
||||
</h2>
|
||||
|
||||
<p className="text-muted-foreground mt-4 text-center leading-relaxed">
|
||||
Our Enterprise License is great large organizations looking to switch to Documenso for all
|
||||
Our Enterprise License is great for large organizations looking to switch to Documenso for all
|
||||
their signing needs. It's availible for our cloud offering as well as self-hosted setups and
|
||||
offer a wide range of compliance and Adminstration Features.
|
||||
offers a wide range of compliance and Adminstration Features.
|
||||
</p>
|
||||
|
||||
<div className="mt-4 flex justify-center">
|
||||
|
||||
Reference in New Issue
Block a user