Skip to content

Commit e7904ce

Browse files
hezhizhenlogseq-cldwalker
authored andcommitted
Fix typo
1 parent cdbec0f commit e7904ce

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pages/Calculator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
- |Name|Value|Description|
7070
|--|--|--|
7171
|`PI`|3.14159265358979323846|the ratio of a circle's circumference to its diameter|
72-
|`E`|2.71828182845904523536|the base of the natural logarithm `ln` (sometimes calle *Euler's number*)|
72+
|`E`|2.71828182845904523536|the base of the natural logarithm `ln` (sometimes call *Euler's number*)|
7373
- ## Number bases
7474
- Numbers may be entered in different number bases by prefixing the number as follows.
7575
- |Base|Prefix|Example|

pages/Feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description:: A user-facing piece of functionality. This can be a small piece or
33

44
- ## Conventions
55
- A feature page normally has properties `description` and `platform`
6-
- A feature page normall contains the following sections:
6+
- A feature page normally contains the following sections:
77
- `Usage` (required) - Answers the **how** of a feature. Immediately helps a user use a feature
88
- `Functionality` (required) - Answers the **what** of a feature. Enumerates all the behaviors of a feature. Important so a user understands what is intended behavior and what is not (a bug).
99
- `Background` (optional) - Answers the **why** of a feature by explaining a feature in depth. Good place to find a feature's use cases.

pages/Migrate to Logseq Beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- Further steps you may need:
1818
- Since Logseq is using `-` unordered list for bullets, `-` will not work as a list item anymore, replace `-` with `*` or `+` if you need it. The converter doesn't convert it automatically because it might break your contents.
1919
- Other noticeable changes:
20-
- Old syntax of adding property for Markdown is no longer recommanded
20+
- Old syntax of adding property for Markdown is no longer recommended
2121
``` Markdown
2222
---
2323
key: value

pages/setting___language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Afrikaans
99
- Spanish
1010
- Norwegian
11-
- Portugese
11+
- Portuguese
1212
- Russian
1313
- Related:
1414
- [[Internationalization]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- You can set your preferred file format for creating new page.
22
- This setting in `Settings` page works globally across different graphs.
3-
- If you'd like to override this setting on a per graph level, check out `:perferred-format` in [[config.edn]]
3+
- If you'd like to override this setting on a per graph level, check out `:preferred-format` in [[config.edn]]
44
- Options:
55
- `Markdown`
66
- `Org` for org-mode

script/query.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
x
7474
(gp-property/hidden-built-in-properties)
7575
(gp-property/editable-built-in-properties))))
76-
;; remove extended proeprties that can't be accessed in scripts
76+
;; remove extended properties that can't be accessed in scripts
7777
(remove #(string/starts-with? (name %) "card-"))
7878
sort
7979
(map #(hash-map :name %))))}

0 commit comments

Comments
 (0)