[PR #263] [CLOSED] Fix: typo in blog post pre-seed #835

Closed
opened 2026-02-26 19:30:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/263
Author: @fmerian
Created: 8/17/2023
Status: Closed

Base: mainHead: fix/blog-post-pre-seed


📝 Commits (10+)

  • 803ebcc wip: refresh design
  • b0e364a wip: create document workflow
  • 877a579 adding dark mode to feat/refresh
  • 64d1d6d resolving eslint build errors
  • 07d13c7 fix: signature pad in dark mode
  • dd83d46 fix: dark mode on signup and signin pages
  • 05238f0 feat: dark mode & theme switching
  • 2b84636 feat: google auth without schema change
  • d1bc948 clean up console.log() used for testing
  • e0e2f3e improved loading state for /document/id

📊 Changes

531 files changed (+29507 additions, -30941 deletions)

View changed files

📝 .dockerignore (+15 -17)
.editorconfig (+9 -0)
📝 .env.example (+57 -51)
.eslintrc.cjs (+13 -0)
📝 .gitignore (+16 -18)
.husky/pre-commit (+4 -0)
.npmrc (+1 -0)
📝 .vscode/settings.json (+6 -21)
CLA.md (+45 -0)
📝 CONTRIBUTING.md (+2 -1)
📝 README.md (+2 -2)
apps/marketing/README.md (+1 -0)
apps/marketing/ambient.d.ts (+1 -0)
apps/marketing/content/blog/announcing-open-source-docusign-alternative.mdx (+51 -0)
apps/marketing/content/blog/building-documenso-pt1.mdx (+98 -0)
apps/marketing/content/blog/manifest.mdx (+29 -0)
apps/marketing/content/blog/pre-seed.mdx (+36 -0)
apps/marketing/content/blog/switching-from-slack-to-discord.mdx (+135 -0)
apps/marketing/content/privacy.mdx (+256 -0)
apps/marketing/contentlayer.config.ts (+33 -0)

...and 80 more files

📄 Description

fix typo for consistency


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/263 **Author:** [@fmerian](https://github.com/fmerian) **Created:** 8/17/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/blog-post-pre-seed` --- ### 📝 Commits (10+) - [`803ebcc`](https://github.com/documenso/documenso/commit/803ebccee39e6de8c1e0443b8429e76d0c0f6ed7) wip: refresh design - [`b0e364a`](https://github.com/documenso/documenso/commit/b0e364acf462ed9702f9d049c356c1bb0b51cdca) wip: create document workflow - [`877a579`](https://github.com/documenso/documenso/commit/877a579533dbfffa7130369463d3d071d5ec752c) adding dark mode to feat/refresh - [`64d1d6d`](https://github.com/documenso/documenso/commit/64d1d6df373a91cda8cde2b949095aea005edeb1) resolving eslint build errors - [`07d13c7`](https://github.com/documenso/documenso/commit/07d13c74f5cda8da7091705a83e1dbeeb8a8828a) fix: signature pad in dark mode - [`dd83d46`](https://github.com/documenso/documenso/commit/dd83d4607c417588ceb7903fef12134409fddd3e) fix: dark mode on signup and signin pages - [`05238f0`](https://github.com/documenso/documenso/commit/05238f096b35a0dcb29e6b87786860ae2ad5858e) feat: dark mode & theme switching - [`2b84636`](https://github.com/documenso/documenso/commit/2b84636993a01f99c03381eb8cad0900c22cab67) feat: google auth without schema change - [`d1bc948`](https://github.com/documenso/documenso/commit/d1bc948f3c1fe84e69b494a65177a1a67099650c) clean up console.log() used for testing - [`e0e2f3e`](https://github.com/documenso/documenso/commit/e0e2f3e4400232b6a3284cfeab7e29009ef8078e) improved loading state for /document/id ### 📊 Changes **531 files changed** (+29507 additions, -30941 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+15 -17) ➕ `.editorconfig` (+9 -0) 📝 `.env.example` (+57 -51) ➕ `.eslintrc.cjs` (+13 -0) 📝 `.gitignore` (+16 -18) ➕ `.husky/pre-commit` (+4 -0) ➕ `.npmrc` (+1 -0) 📝 `.vscode/settings.json` (+6 -21) ➕ `CLA.md` (+45 -0) 📝 `CONTRIBUTING.md` (+2 -1) 📝 `README.md` (+2 -2) ➕ `apps/marketing/README.md` (+1 -0) ➕ `apps/marketing/ambient.d.ts` (+1 -0) ➕ `apps/marketing/content/blog/announcing-open-source-docusign-alternative.mdx` (+51 -0) ➕ `apps/marketing/content/blog/building-documenso-pt1.mdx` (+98 -0) ➕ `apps/marketing/content/blog/manifest.mdx` (+29 -0) ➕ `apps/marketing/content/blog/pre-seed.mdx` (+36 -0) ➕ `apps/marketing/content/blog/switching-from-slack-to-discord.mdx` (+135 -0) ➕ `apps/marketing/content/privacy.mdx` (+256 -0) ➕ `apps/marketing/contentlayer.config.ts` (+33 -0) _...and 80 more files_ </details> ### 📄 Description fix typo for consistency --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:30:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#835
No description provided.