Skip to content

Commit 46527e8

Browse files
JakobJingleheimerRafaelGSS
authored andcommitted
doc: correct orthography eg.e.g.
PR-URL: #59329 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
1 parent d140c37 commit 46527e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/contributing/investigating-native-memory-leaks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ call:
396396
}
397397
```
398398

399-
Create a file (eg. `node-12.14.1.supp`) with the contents of the suppression
399+
Create a file (e.g. `node-12.14.1.supp`) with the contents of the suppression
400400
records, and run Valgrind with the suppression file previously created:
401401

402402
```bash

tools/msvs/msi/nodemsi/product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
4242

4343
<!-- WiX 4 QueryWindowsWellKnownSIDs element replaces previously used PropertyRef. -->
44-
<!-- It sets all properties with the WIX_ACCOUNT_ prefix eg. WIX_ACCOUNT_USERS, etc. -->
44+
<!-- It sets all properties with the WIX_ACCOUNT_ prefix e.g. WIX_ACCOUNT_USERS, etc. -->
4545
<util:QueryWindowsWellKnownSIDs/>
4646

4747
<Property Id="INSTALLDIR" Secure="yes">

0 commit comments

Comments
 (0)