Skip to content

Commit c04e50a

Browse files
committed
Fixed Hugo-related syntax error in reference documentation.
1 parent 875ea6d commit c04e50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/reference/content/reference/driver/authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ var settings = new MongoClientSettings
124124

125125
[MongoDB Enterprise](http://www.mongodb.com/products/mongodb-enterprise) supports authentication using [Kerberos/GSSAPI](http://docs.mongodb.org/manual/core/authentication/#kerberos-authentication). The .NET driver supports Kerberos/GSSAPI authentication on Windows and Linux.
126126

127-
{{% note %}}Support for Kerberos/GSSAPI on Linux requires the shared library `libgssapi_krb5.so`. Please refer to your Linux package manager documentation for how to install this dependency if it is not already present on your system.{{% note %}}
127+
{{% note %}}Support for Kerberos/GSSAPI on Linux requires the shared library `libgssapi_krb5.so`. Please refer to your Linux package manager documentation for how to install this dependency if it is not already present on your system.{{% /note %}}
128128

129129
To create a Kerberos/GSSAPI credential, use the following method:
130130

0 commit comments

Comments
 (0)