Skip to content

Commit 67adde5

Browse files
committed
Docs site: capitalizing BSON on landing page
1 parent bfd10f8 commit 67adde5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/landing/layouts/partials/features.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h2>Features</h2>
22

33
<dl>
4-
<dt>Bson Library</dt>
5-
<dd>A standalone bson library, with a new Codec infrastructure that you can
4+
<dt>BSON Library</dt>
5+
<dd>A standalone BSON library, with a new Codec infrastructure that you can
66
use to build high-performance encoders and decoders without requiring an
77
intermediate Map instance.</dd>
88
<dt>MongoDB Driver</dt>

docs/landing/layouts/partials/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ <h2>Introduction</h2>
22

33
<p>
44
The official MongoDB Java Driver providing both synchronous and asynchronous interaction with MongoDB.
5-
Powering the drivers is a new driver core and a bson library.
5+
Powering the drivers is a new driver core and BSON library.
66
</p>

0 commit comments

Comments
 (0)