Skip to content

Commit 5d6d582

Browse files
committed
fix missing period
1 parent 55c93d6 commit 5d6d582

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h2 id="using-the-reqt-desktop-app">Using the reqT desktop app</h2>
241241
selected Tree node then select <em>Tree -&gt; Edit Selected Node in
242242
Editor (Ctrl+E)</em>. The Tree is not updated until you explicitly issue
243243
an update, for example using <em>Tree -&gt; Replace Selected Node from
244-
Editor (Ctrl+R)</em></p></li>
244+
Editor (Ctrl+R)</em>.</p></li>
245245
<li><p>The middle pane is a text <strong>Editor</strong> with reqT-lang
246246
syntax highlighting and completion using <em>Ctrl+Space</em>. It can be
247247
manipulated using the <em>Editor</em> menu. Editing of model fragments

src/index-GENERATED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ With reqT you can...
9090
* The main window of the reqT desktop app has menus and three panes as shown in the image below:
9191
<img src="img/screen1.png" alt="reqT Main Window" width="100%"/>
9292

93-
1. The left pane is called the **Tree** where your reqT model is shown as a hierarchy of (un)foldable and selectable nodes. The model is updated by the *Tree* menu. If you want to edit a selected Tree node then select *Tree -> Edit Selected Node in Editor (Ctrl+E)*. The Tree is not updated until you explicitly issue an update, for example using *Tree -> Replace Selected Node from Editor (Ctrl+R)*
93+
1. The left pane is called the **Tree** where your reqT model is shown as a hierarchy of (un)foldable and selectable nodes. The model is updated by the *Tree* menu. If you want to edit a selected Tree node then select *Tree -> Edit Selected Node in Editor (Ctrl+E)*. The Tree is not updated until you explicitly issue an update, for example using *Tree -> Replace Selected Node from Editor (Ctrl+R)*.
9494

9595
2. The middle pane is a text **Editor** with reqT-lang syntax highlighting and completion using *Ctrl+Space*. It can be manipulated using the *Editor* menu. Editing of model fragments is *independent* of the Tree pane. You can copy your edits into the Tree *explicitly* by using the *Tree* menu or the shortcuts shown in that menu.
9696

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ With reqT you can...
8989
* The main window of the reqT desktop app has menus and three panes as shown in the image below:
9090
<img src="img/screen1.png" alt="reqT Main Window" width="100%"/>
9191

92-
1. The left pane is called the **Tree** where your reqT model is shown as a hierarchy of (un)foldable and selectable nodes. The model is updated by the *Tree* menu. If you want to edit a selected Tree node then select *Tree -> Edit Selected Node in Editor (Ctrl+E)*. The Tree is not updated until you explicitly issue an update, for example using *Tree -> Replace Selected Node from Editor (Ctrl+R)*
92+
1. The left pane is called the **Tree** where your reqT model is shown as a hierarchy of (un)foldable and selectable nodes. The model is updated by the *Tree* menu. If you want to edit a selected Tree node then select *Tree -> Edit Selected Node in Editor (Ctrl+E)*. The Tree is not updated until you explicitly issue an update, for example using *Tree -> Replace Selected Node from Editor (Ctrl+R)*.
9393

9494
2. The middle pane is a text **Editor** with reqT-lang syntax highlighting and completion using *Ctrl+Space*. It can be manipulated using the *Editor* menu. Editing of model fragments is *independent* of the Tree pane. You can copy your edits into the Tree *explicitly* by using the *Tree* menu or the shortcuts shown in that menu.
9595

0 commit comments

Comments
 (0)