Update about-packages-and-modules.mdx (#107)

I believe this is the originally intended format "Since modules are not required to have a `package.json`, not all modules are packages. Only modules that have a `package.json` file are also packages." It looks consistent with the remainder of the page as well.

yoyoyojoe committed Apr 27, 2022 at 15:15 UTC d8a086ae17c9e40dd53c7b32028587f8c7617a97
1 file changed +2 -2
content/packages-and-modules/introduction-to-packages-and-modules/about-packages-and-modules.mdx
+2 -2
@@ -50,8 +50,8 @@ To be loaded by the Node.js `require()` function, a module must be one of the fo
50
51 <div class="note">
52
53 -<span class="bold">Note:</span>
54 -Since modules are not required to have a <code class="highlighter-rouge">package.json</code> file, not all modules are packages. Only modules that have a <code class="highlighter-rouge">package.json</code> file are also packages.
53 +<span class="bold">**Note:** </span>
54 +Since modules are not required to have a `package.json` file, not all modules are packages. Only modules that have a `package.json` file are also packages.
55
56 </div>
57