Skip to content

Commit 790cb35

Browse files
committed
Fix two small typos
Signed-off-by: Andrei Popa
1 parent e32d3ca commit 790cb35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-tech-writers/tame-the-branch-chaos.dita

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ git stash pop</codeblock></p>
103103
<li>Always preview stashes before applying.</li>
104104
<li>Include the branch name in the stash name. This way, you avoid applying
105105
the stash on the wrong branch.</li>
106-
<li>Include the data in the stash name. This way you can cleanup old stashes
106+
<li>Include the date in the stash name. This way you can cleanup old stashes
107107
with confidence.</li>
108108
</ul>
109109
</note>
@@ -176,8 +176,8 @@ cd ../my-main-repo
176176
scope="external">Oxygen Content Fusion</xref> is a <b>web-based Git-enabled DITA
177177
CMS</b> providing structured content authoring, AI-assisted refinement via
178178
Oxygen AI Positron, and publishing.</p>
179-
<p>One of its benefits for author is that you can create multiple lightweight authoring
180-
<xref
179+
<p>One of its benefits for an author is that you can create multiple lightweight
180+
authoring <xref
181181
href="https://www.oxygenxml.com/doc/versions/8.0/ug-content-fusion/topics/cf-projects-workspace.html"
182182
format="html" scope="external">workspaces</xref> in your browser, for <i>any</i>
183183
branch, and switch between them by just switching browser tabs. Unlike multiple

0 commit comments

Comments
 (0)