diff --git a/example/styleguide/res/templates/intro.html b/example/styleguide/res/templates/intro.html index baee83c9d0..beba9b980d 100644 --- a/example/styleguide/res/templates/intro.html +++ b/example/styleguide/res/templates/intro.html @@ -57,7 +57,7 @@
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.
+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.