From 1d31f6394768dd29fe00cf1bbb6e30d8409b731a Mon Sep 17 00:00:00 2001 From: CoolCu <166844316+CoolCu@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:55:33 +0800 Subject: [PATCH] Doc: remove repetitive words (#10317) Signed-off-by: CoolCu --- docker-compose.server.yml | 2 +- .../NoteBody/CodeMirror/v5/utils/useJoplinCommands.ts | 2 +- packages/lib/components/shared/note-screen-shared.ts | 2 +- readme/dev/gsoc/gsoc2020/index.md | 2 +- readme/dev/gsoc/gsoc2021/index.md | 2 +- readme/dev/gsoc/gsoc2022/index.md | 2 +- readme/dev/gsoc/gsoc2023/index.md | 2 +- readme/dev/gsoc/gsod2020/index.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose.server.yml b/docker-compose.server.yml index 3fa2b766d..eaf526116 100644 --- a/docker-compose.server.yml +++ b/docker-compose.server.yml @@ -9,7 +9,7 @@ # # APP_BASE_URL: This is the base public URL where the service will be running. # - If Joplin Server needs to be accessible over the internet, configure APP_BASE_URL as follows: https://example.com/joplin. -# - If Joplin Server does not need to be accessible over the internet, set the the APP_BASE_URL to your server's hostname. +# - If Joplin Server does not need to be accessible over the internet, set the APP_BASE_URL to your server's hostname. # For Example: http://[hostname]:22300. The base URL can include the port. # APP_PORT: The local port on which the Docker container will listen. # - This would typically be mapped to port to 443 (TLS) with a reverse proxy. diff --git a/packages/app-desktop/gui/NoteEditor/NoteBody/CodeMirror/v5/utils/useJoplinCommands.ts b/packages/app-desktop/gui/NoteEditor/NoteBody/CodeMirror/v5/utils/useJoplinCommands.ts index 88093d264..c728be30f 100644 --- a/packages/app-desktop/gui/NoteEditor/NoteBody/CodeMirror/v5/utils/useJoplinCommands.ts +++ b/packages/app-desktop/gui/NoteEditor/NoteBody/CodeMirror/v5/utils/useJoplinCommands.ts @@ -1,4 +1,4 @@ -// Helper commands added to the the CodeMirror instance +// Helper commands added to the CodeMirror instance // eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied export default function useJoplinCommands(CodeMirror: any) { diff --git a/packages/lib/components/shared/note-screen-shared.ts b/packages/lib/components/shared/note-screen-shared.ts index 5955c6ab1..57035e7fb 100644 --- a/packages/lib/components/shared/note-screen-shared.ts +++ b/packages/lib/components/shared/note-screen-shared.ts @@ -153,7 +153,7 @@ shared.saveNoteButton_press = async function(comp: BaseNoteScreenComponent, fold if (stateNote.id !== geoNote.id) return; // Another note has been loaded while geoloc was being retrieved // Geo-location for this note has been saved to the database however the properties - // are is not in the state so set them now. + // are not in the state so set them now. const geoInfo = { longitude: geoNote.longitude, diff --git a/readme/dev/gsoc/gsoc2020/index.md b/readme/dev/gsoc/gsoc2020/index.md index 5e8985d26..75da721d8 100644 --- a/readme/dev/gsoc/gsoc2020/index.md +++ b/readme/dev/gsoc/gsoc2020/index.md @@ -135,7 +135,7 @@ All students will create a report page by tool up to their choice. Keep this up- ### Ideas -If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. +If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. If you wish to mentor, please read the [GSoC Mentor Guide](https://google.github.io/gsocguides/mentor/org-application) and the [Summer of Code FAQ](https://developers.google.com/open-source/gsoc/faq#general). Also, please contact the [staff](https://discourse.joplinapp.org/g/staff) and get the go-ahead from them before editing the ideas page, adding your idea. diff --git a/readme/dev/gsoc/gsoc2021/index.md b/readme/dev/gsoc/gsoc2021/index.md index 65ea853da..9ef710524 100644 --- a/readme/dev/gsoc/gsoc2021/index.md +++ b/readme/dev/gsoc/gsoc2021/index.md @@ -144,7 +144,7 @@ All students will create a report page by tool up to their choice. Keep this up- ### Ideas -If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. +If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. If you wish to mentor, please read the [GSoC Mentor Guide](https://google.github.io/gsocguides/mentor/org-application) and the [Summer of Code FAQ](https://developers.google.com/open-source/gsoc/faq#general). Also, please contact the [staff](https://discourse.joplinapp.org/g/staff) and get the go-ahead from them before editing the ideas page, adding your idea. diff --git a/readme/dev/gsoc/gsoc2022/index.md b/readme/dev/gsoc/gsoc2022/index.md index 285be3d10..4352f4dda 100644 --- a/readme/dev/gsoc/gsoc2022/index.md +++ b/readme/dev/gsoc/gsoc2022/index.md @@ -140,7 +140,7 @@ All contributors will create a report page by tool up to their choice. Keep this ### Ideas -If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. +If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. If you wish to mentor, please read the [GSoC Mentor Guide](https://google.github.io/gsocguides/mentor/org-application) and the [Summer of Code FAQ](https://developers.google.com/open-source/gsoc/faq#general). Also, please contact the [staff](https://discourse.joplinapp.org/g/staff) and get the go-ahead from them before editing the ideas page, adding your idea. diff --git a/readme/dev/gsoc/gsoc2023/index.md b/readme/dev/gsoc/gsoc2023/index.md index a4293d6df..9af9347f1 100644 --- a/readme/dev/gsoc/gsoc2023/index.md +++ b/readme/dev/gsoc/gsoc2023/index.md @@ -140,7 +140,7 @@ All contributors will create a report page by tool up to their choice. Keep this ### Ideas -If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. +If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. If you wish to mentor, please read the [GSoC Mentor Guide](https://google.github.io/gsocguides/mentor/org-application) and the [Summer of Code FAQ](https://developers.google.com/open-source/gsoc/faq#general). Also, please contact the [staff](https://discourse.joplinapp.org/g/staff) and get the go-ahead from them before editing the ideas page, adding your idea. diff --git a/readme/dev/gsoc/gsod2020/index.md b/readme/dev/gsoc/gsod2020/index.md index 95e2e00f9..8567a4574 100644 --- a/readme/dev/gsoc/gsod2020/index.md +++ b/readme/dev/gsoc/gsod2020/index.md @@ -110,7 +110,7 @@ All students will create a report page by tool up to their choice. Keep this up- ## Instructions for mentors ### Ideas -If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. +If you're a Joplin developer or motivated user and you wish to participate in Summer of Code, make a proposal in the [Features category of the Joplin Forum](https://discourse.joplinapp.org/c/features), based what your Joplin project needs. If you wish to mentor, please read the [GSoD Mentor Guide](https://developers.google.com/season-of-docs/docs/admin-guide) and the [Season of Doc FAQ](https://developers.google.com/season-of-docs/docs/faq). Also, please contact the staff and get the go-ahead from them before editing the ideas page, adding your idea.