diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 51bcc42258..283119800f 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1777,7 +1777,7 @@ can use various data source backends.
As mentioned, the type used by default is sqlite3
.
It has single configuration option inside params
— database_file, which contains the path
- to the sqlite3 file containing the data.
+ to the SQLite3 file containing the data.
@@ -1828,7 +1828,7 @@ can use various data source backends.
Now, the last example is when there are master files we want to
- serve in addition to whatever is inside the sqlite3 database.
+ serve in addition to whatever is inside the SQLite3 database.
> config add data_sources/classes/IN
> config set data_sources/classes/IN[1]/type MasterFiles
@@ -1857,7 +1857,7 @@ can use various data source backends.
There's also Auth/database_file configuration
- variable, pointing to a sqlite3 database file. This is no longer
+ variable, pointing to a SQLite3 database file. This is no longer
used by b10-auth, but it is left in place for
now, since other modules use it. Once b10-xfrin,
b10-xfrout and b10-ddns