diff --git a/libfwupdplugin/fu-firmware.c b/libfwupdplugin/fu-firmware.c
index 3b5f7a52b..1a6a625e2 100644
--- a/libfwupdplugin/fu-firmware.c
+++ b/libfwupdplugin/fu-firmware.c
@@ -744,31 +744,31 @@ fu_firmware_parse (FuFirmware *self, GBytes *fw, FwupdInstallFlags flags, GError
*
*
* 1.2.3
- *
+ *
* 7.8.9
* stage1
* 0x01
* stage1.bin
- *
- *
+ *
+ *
* stage2
*
- *
- *
+ *
+ *
* ape
* 0x7
* aGVsbG8gd29ybGQ=
- *
+ *
*
* ]|
*
* This would be used in a build-system to merge images from generated files:
* `fwupdtool firmware-build fw.builder.xml test.fw`
*
- * Static binary content can be specified in the `/` sections and
+ * Static binary content can be specified in the `/` section and
* is encoded as base64 text if not empty.
*
- * Additionally, extra nodes can be included under `` and ``
+ * Additionally, extra nodes can be included under nested `` objects
* which can be parsed by the subclassed objects. You should verify the
* subclassed object `FuFirmware->build` vfunc for the specific additional
* options supported.