Skip to content

Commit 4240edd

Browse files
committed
style: fix lint
1 parent fa0eb40 commit 4240edd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/migrating_to_8.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ There's a few noteable changes in MongoDB Node driver v6 that affect Mongoose:
7373

7474
1. Deprecated SSL options have been removed
7575

76-
- `sslCA` -> `tlsCAFile`
77-
- `sslCRL` -> `tlsCRLFile`
78-
- `sslCert` -> `tlsCertificateKeyFile`
79-
- `sslKey` -> `tlsCertificateKeyFile`
80-
- `sslPass` -> `tlsCertificateKeyFilePassword`
81-
- `sslValidate` -> `tlsAllowInvalidCertificates`
82-
- `tlsCertificateFile` -> `tlsCertificateKeyFile`
76+
* `sslCA` -> `tlsCAFile`
77+
* `sslCRL` -> `tlsCRLFile`
78+
* `sslCert` -> `tlsCertificateKeyFile`
79+
* `sslKey` -> `tlsCertificateKeyFile`
80+
* `sslPass` -> `tlsCertificateKeyFilePassword`
81+
* `sslValidate` -> `tlsAllowInvalidCertificates`
82+
* `tlsCertificateFile` -> `tlsCertificateKeyFile`
8383

8484
<h2 id="removed-findoneandremove"><a href="#removed-findoneandremove">Removed <code>findOneAndRemove()</code></a></h2>
8585

0 commit comments

Comments
 (0)