Explorar el Código

chore: improve comment readability (#8598) [ci skip]

Abhay Chauhan hace 2 años
padre
commit
eaeab78915
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/dev.js

+ 1 - 1
scripts/dev.js

@@ -2,7 +2,7 @@
 
 // Using esbuild for faster dev builds.
 // We are still using Rollup for production builds because it generates
-// smaller files w/ better tree-shaking.
+// smaller files and provides better tree-shaking.
 
 import esbuild from 'esbuild'
 import { resolve, relative, dirname } from 'node:path'