From b5328eebdeb08cb62f62c5f59cc34a11f0df8520 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?=
Date: Fri, 4 Aug 2023 02:14:04 +0200
Subject: [PATCH] Corrected ts and tsx files
---
CONTRIBUTING.md | 2 +-
apps/web/components/billing-plans.tsx | 2 +-
apps/web/components/editor/pdf-editor.tsx | 2 +-
apps/web/components/editor/signature-dialog.tsx | 2 +-
apps/web/pages/api/documents/[id]/send.ts | 4 ++--
apps/web/pages/api/documents/[id]/sign.ts | 2 +-
packages/lib/server/getServerErrorFromUnknown.ts | 2 +-
packages/signing/addDigitalSignature.ts | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 905bf74a7..739a1788d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@ If you plan to contribute to Documenso, please take a moment to feel awesome ✨
- The development branch is main. All pull request should be made against this branch.
- If you need help getting started, [join us on Slack](https://documen.so/slack).
-- Use [Convential Commits](https://www.conventionalcommits.org/) to keep everything nice and clean.
+- Use [Conventional Commits](https://www.conventionalcommits.org/) to keep everything nice and clean.
- Choose your branch name using the issue you are working on and a coventional commit type.
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your
diff --git a/apps/web/components/billing-plans.tsx b/apps/web/components/billing-plans.tsx
index 419478cfd..4e7c6be3b 100644
--- a/apps/web/components/billing-plans.tsx
+++ b/apps/web/components/billing-plans.tsx
@@ -45,7 +45,7 @@ export const BillingPlans = () => {
- All you need for easy signing. Includes everthing we build this year.
+ All you need for easy signing. Includes everything we build this year.