1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Doc: remove repetitive words (#10317)

Signed-off-by: CoolCu <coolcui@qq.com>
This commit is contained in:
CoolCu
2024-04-17 18:55:33 +08:00
committed by GitHub
parent 74cda4e2ab
commit 1d31f63947
8 changed files with 8 additions and 8 deletions

View File

@ -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,