Signed-off-by: CodingSpiderFox <codingspiderfox@gmail.com>
It is also possible to deploy BlueStore across two additional devices:
-* A *WAL device* (identified as ``block.wal`` in the data directory) can be
+* A *write-ahead log (WAL) device* (identified as ``block.wal`` in the data directory) can be
used for BlueStore's internal journal or write-ahead log. It is only useful
to use a WAL device if the device is faster than the primary device (e.g.,
when it is on an SSD and the primary device is an HDD).