mirror of https://github.com/laurent22/joplin.git
Docs: Fix typo: Change "Thee" to "The" (#10945)
parent
5062cd1616
commit
4ccc46e4db
|
@ -14,7 +14,7 @@ It's also possible to convert notes to to-dos and to-dos to notes.
|
||||||
|
|
||||||
**On desktop**, right-click a note, then click "Switch between note and to-do type":
|
**On desktop**, right-click a note, then click "Switch between note and to-do type":
|
||||||
|
|
||||||
**On mobile**, open a note, open the note action menu (opened by clicking thee "︙" button), and finally click "convert to todo" or "convert to note":
|
**On mobile**, open a note, open the note action menu (opened by clicking the "︙" button), and finally click "convert to todo" or "convert to note":
|
||||||
|
|
||||||
## Ordering to-dos
|
## Ordering to-dos
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ This document explains how the Joplin Web App works from a technical perspective
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
The Joplin Web App is a version of the mobile application that targets web using [`react-native-web`](https://www.npmjs.com/package/react-native-web). See [BUILD.md](../BUILD.md#web) for information about building thee web app.
|
The Joplin Web App is a version of the mobile application that targets web using [`react-native-web`](https://www.npmjs.com/package/react-native-web). See [BUILD.md](../BUILD.md#web) for information about building the web app.
|
||||||
|
|
||||||
|
|
||||||
## File system
|
## File system
|
||||||
|
|
Loading…
Reference in New Issue