Skip to content

Commit 39fab95

Browse files
doc: correct orthography eg. β†’ e.g.
1 parent af452b8 commit 39fab95

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)