Skip to content

Commit a1993da

Browse files
minor grammar promotion.rst
Signed-off-by: Christine Rose <[email protected]>
1 parent 8b2c874 commit a1993da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/concepts/promotion.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Diffing
1212

1313
You can use the ``(diff <file1> <file2>)`` directive in a rule to compare
1414
the output of the rule with a copy in your source tree. It is useful when
15-
your tests produce a file output, and you want to make sure that output has
15+
your tests produce a file output and you want to make sure that output has
1616
not changed.
1717

1818
.. TODO(diataxis)
@@ -104,7 +104,7 @@ Automatically Promoting Rule Output Into the Source Tree
104104
Dune rules support a ``(mode promote)`` directive that will automatically
105105
copy their output into your source tree. This is more suitable for code or
106106
documentation generation flows where you want to check in the output to make
107-
it easier to browse, or to remove dependencies on the code generation step for
107+
it easier to browse or to remove dependencies on the code generation step for
108108
packaging in opam.
109109

110110
More information, including customising when the source is copied, can be found

0 commit comments

Comments
 (0)