Skip to content

Commit dea9e92

Browse files
committed
spellcheck
1 parent 8a6b005 commit dea9e92

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ CMD
1313
CSC
1414
CSV
1515
CSVs
16+
CDLP
17+
communityId
1618
Cailliau
1719
Centos
1820
ColumnType

algorithms/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ For path expressions like `shortestPath()` used directly in Cypher queries, refe
4646
- **[WCC (Weakly Connected Components)](./wcc.md)**
4747
Finds weakly connected components in a graph, where each node is reachable from others ignoring edge directions.
4848

49-
- **[CDLP (Community Detection Label Propegation)](./cdlp.md)**
49+
- **[CDLP (Community Detection Label Propagation)](./cdlp.md)**
5050
Detects communities in a network, by propagating labels through the graph structure.
5151

0 commit comments

Comments
 (0)