Skip to content

Commit 9b38484

Browse files
committed
[Styleguide] Intro content updated
Fixes nasa#1233
1 parent 77aa8c8 commit 9b38484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/styleguide/res/templates/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>Object Types</h2>
5757
<h2>Object Views</h2>
5858
<div class="cols cols1-1">
5959
<div class="col">
60-
<p>Views are simply different ways to view the content of a given object. For example, telemetry data could be viewed as a plot or a table. A clock can display its time in analog fashion or with digital numbers. In each view, all of the data is present; it’s just represented differently. When providing views for an object, all the content of the object should be present in each view.</p>
60+
<p>Views are simply different ways to view the content of a given object. For example, telemetry data could be viewed as a plot or a table. A clock can display its time in analog fashion or with digital numbers. In each view, all of the content is present; it’s just represented differently. When providing views for an object, all the content of the object should be present in each view.</p>
6161
</div>
6262
<div class="col">
6363
<img src="/example/styleguide/res/images/diagram-views.svg" />

0 commit comments

Comments
 (0)