Forráskód Böngészése

refactor(docs): fix typo

evshiron 8 éve
szülő
commit
80302f067b
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      README.md
  2. 1 1
      docs/FAQs.md

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ Although NW.js has much lesser popularity than Electron, and is really troubled
 
 ## Getting Started
 
-* Make sure your NW.js project has a valid `package.json` (eg. generated by `npm init`), and have basic fields like `name`, `description` and `version` filled.
+* Make sure your NW.js project has a valid `package.json` (e.g. generated by `npm init`), and have basic fields like `name`, `description` and `version` filled.
 
 * Install `nwjs-builder-phoenix` as a `devDependencies` of your NW.js project as follows:
 

+ 1 - 1
docs/FAQs.md

@@ -3,7 +3,7 @@
 
 > Icons on Windows?
 
-* Prepare different sizes (eg. 32x32, 48x48, 64x64, 128x128, 256x256, etc.) of `.png`s and use `icotool` or some other tools to create a proper `.ico` file. 
+* Prepare different sizes (e.g. 32x32, 48x48, 64x64, 128x128, 256x256, etc.) of `.png`s and use `icotool` or some other tools to create a proper `.ico` file.
 * Set the path of `.ico` to `package.json:build.win.icon`.
 * Set the path of a `.png` to `package.json:window.icon`.
 * Save and build.