From e64b0d99610fe6bce66f920c15e281b1c5ade4cb Mon Sep 17 00:00:00 2001 From: Scott Bronson Date: Mon, 3 May 2021 04:16:29 -0700 Subject: [PATCH] Fix typo (#37) --- docs/features/graph-visualization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/graph-visualization.md b/docs/features/graph-visualization.md index dd5cfc0..d01f3b2 100644 --- a/docs/features/graph-visualization.md +++ b/docs/features/graph-visualization.md @@ -9,7 +9,7 @@ With the graph you can: - highlight a node by hovering on it, to quickly see how it's connected to the rest of your notes - select one or more (by keeping `shift` pressed while selecting) nodes by clicking on them, to better understand the structure of your notes - navigate to a note by clicking on it while pressing `ctrl` or `cmd` -- automatically center the graph on the currently edited note, to immediately see it's connections +- automatically center the graph on the currently edited note, to immediately see its connections ## Custom Graph Styles