diff --git a/_posts/2025-03-17-node.md b/_posts/2025-03-17-node.md
index d58e6ed..a946fe2 100644
--- a/_posts/2025-03-17-node.md
+++ b/_posts/2025-03-17-node.md
@@ -13,7 +13,7 @@ tags:
 
 I have seen quite a few programmers install global packages on their machine with `sudo npm`. Generally, that isn't a great idea. I was inspired by Andrew Crites's article "[Don’t Use `sudo` with `npm` …still](https://www.grammarly.com/blog/punctuation-capitalization/italics/)" to post this quick guide on configuring npm prefixes.
 
-Why shouldn't you use `sudo` with `npm`? Go read the Crites's article!
+Why shouldn't you use `sudo` with `npm`? Go read Crites's article!
 
 ### Creating a `npm` Prefix