Sfoglia il codice sorgente

Docs: Fixed mismatched closing tag.

Piotrek Koszuliński 8 anni fa
parent
commit
58c8bf2a0a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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