Parcourir la source

Docs: Fixed mismatched closing tag.

Piotrek Koszuliński il y a 8 ans
Parent
commit
58c8bf2a0a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/builds/guides/development/custom-builds.md

+ 1 - 1
docs/builds/guides/development/custom-builds.md

@@ -72,7 +72,7 @@ This will install the package and add it to `package.json`. You can also edit `p
 	Due to a non-deterministic way how npm installs packages, it is recommended to run `rm -rf node_modules && npm install` when in doubt. This will prevent some packages from getting installed more than once in `node_modules/` (which might lead to broken builds).
 
 	You can also give [Yarn](https://yarnpkg.com/lang/en/) a try.
-<side-box>
+</side-box>
 
 ### Updating build configuration