diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 5eea3c4286..f9efb8b533 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -474,9 +474,11 @@
Application development involves creating an application that you want
to run on your target hardware, which is running a kernel image created using the
OpenEmbedded build system.
- The Yocto Project provides an Application Development Toolkit (ADT) and
- stand-alone cross-development toolchains that
- facilitate quick development and integration of your application into its run-time environment.
+ The Yocto Project provides an
+ Application Development Toolkit (ADT)
+ and stand-alone
+ cross-development toolchains
+ that facilitate quick development and integration of your application into its runtime environment.
Using the ADT and toolchains, you can compile and link your application.
You can then deploy your application to the actual hardware or to the QEMU emulator for testing.
If you are familiar with the popular Eclipse IDE,