[PR #2540] [MERGED] chore: fix typo #5285

Closed
opened 2026-03-23 22:18:03 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2540
Author: @appflowy
Created: 5/15/2023
Status: Merged
Merged: 5/16/2023
Merged by: @appflowy

Base: developHead: chore/fix_typo


📝 Commits (1)

📊 Changes

7 files changed (+60 additions, -50 deletions)

View changed files

📝 frontend/rust-lib/flowy-database2/src/services/field/type_options/checkbox_type_option/checkbox_type_option_entities.rs (+10 -7)
📝 frontend/rust-lib/flowy-database2/src/services/field/type_options/date_type_option/date_type_option_entities.rs (+3 -3)
📝 frontend/rust-lib/flowy-database2/src/services/field/type_options/number_type_option/number_type_option.rs (+17 -15)
📝 frontend/rust-lib/flowy-database2/src/services/field/type_options/selection_type_option/select_ids.rs (+7 -5)
📝 frontend/rust-lib/flowy-database2/src/services/field/type_options/text_type_option/text_type_option.rs (+14 -13)
📝 frontend/rust-lib/flowy-database2/src/services/field/type_options/type_option_cell.rs (+1 -1)
📝 frontend/rust-lib/flowy-database2/src/services/field/type_options/url_type_option/url_type_option_entities.rs (+8 -6)

📄 Description

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/AppFlowy-IO/AppFlowy/pull/2540 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/15/2023 **Status:** ✅ Merged **Merged:** 5/16/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `chore/fix_typo` --- ### 📝 Commits (1) - [`613ed71`](https://github.com/AppFlowy-IO/AppFlowy/commit/613ed712873b20263cbb754c8fccd772fd69c2db) chore: fix typo ### 📊 Changes **7 files changed** (+60 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-database2/src/services/field/type_options/checkbox_type_option/checkbox_type_option_entities.rs` (+10 -7) 📝 `frontend/rust-lib/flowy-database2/src/services/field/type_options/date_type_option/date_type_option_entities.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-database2/src/services/field/type_options/number_type_option/number_type_option.rs` (+17 -15) 📝 `frontend/rust-lib/flowy-database2/src/services/field/type_options/selection_type_option/select_ids.rs` (+7 -5) 📝 `frontend/rust-lib/flowy-database2/src/services/field/type_options/text_type_option/text_type_option.rs` (+14 -13) 📝 `frontend/rust-lib/flowy-database2/src/services/field/type_options/type_option_cell.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-database2/src/services/field/type_options/url_type_option/url_type_option_entities.rs` (+8 -6) </details> ### 📄 Description #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:18:03 +00: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
AppFlowy-IO/AppFlowy#5285
No description provided.