Fix typo in graph page

This commit is contained in:
Danila Fedorin 2022-03-15 17:27:33 -07:00
parent 8cf0502492
commit 58b831cd24
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ title: "Content Graph"
} }
</style> </style>
<p> <p>
Here you can see a visualization of the posts on this article using <a href="https://visjs.org/">Vis.js</a>. Here you can see a visualization of the posts on this blog using <a href="https://visjs.org/">Vis.js</a>.
In the below graph, each node is an article, and each edge between nodes is a reference from In the below graph, each node is an article, and each edge between nodes is a reference from
one article to another. Each article is sized to be roughly proportional to its word count (file size one article to another. Each article is sized to be roughly proportional to its word count (file size
is used as a quick metric for this purpose). You can hover over a node to see the title of the article is used as a quick metric for this purpose). You can hover over a node to see the title of the article