summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 759871a2b3..2f6805625b 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -316,14 +316,14 @@
316 <title>Policies and Change Flow</title> 316 <title>Policies and Change Flow</title>
317 317
318 <para> 318 <para>
319 The Yocto Project itself uses a hierarchy structure and a 319 The Yocto Project itself uses a hierarchical structure and a
320 pull model. 320 pull model.
321 Scripts exist to create and send pull requests 321 Scripts exist to create and send pull requests
322 (i.e. <filename>create-pull-request</filename> and 322 (i.e. <filename>create-pull-request</filename> and
323 <filename>send-pull-request</filename>). 323 <filename>send-pull-request</filename>).
324 This model is in line with other open source projects where 324 This model is in line with other open source projects where
325 maintainers are responsible for specific areas of the project 325 maintainers are responsible for specific areas of the project
326 and a single maintainer handles the final top-of-tree merges. 326 and a single maintainer handles the final "top-of-tree" merges.
327 </para> 327 </para>
328 328
329 <note> 329 <note>