diff --git a/source/en/views-concept.txt b/source/en/views-concept.txt
index 32715c4..06d0e60 100644
--- a/source/en/views-concept.txt
+++ b/source/en/views-concept.txt
@@ -14,8 +14,8 @@
 A _view_ is a listing of content on a website. To take some examples from
 the farmers market project, the following listings will be implemented as views:
 
-* The list of all vendors
-* The list of recipes
+* List of vendors
+* List of recipes
 
 Views provide a way to output a listing of content from the system, which can
 then be displayed in various ways.
@@ -26,19 +26,19 @@ data _out_ and displaying it to the user.
 
 ==== What types of data can be displayed using views?
 
-_Views_ can be used to output practically any _Content Entity_ that is stored in
+Views can be used to output practically any content entity that is stored in
 the system. For example, you can create:
 
 * Lists of the most recent content on the site
 * Lists of the users on the site
 
-==== What are the various ways the data can be output using views?
+==== What are the various ways data can be output using views?
 
-A listing created by _Views_ can be in the form of a page containing a table
-with sortable fields, or a page with a grid, or a page containing _teasers_ or
+A listing created by views can be in the form of a page containing a table
+with sortable fields, or a page with a grid, or a page containing teasers or
 pictures which link to respective articles.
 
-However, _views_ can also provide data in the form of blocks, JSON output, RSS
+However, views can also provide data in the form of blocks, JSON output, RSS
 feeds, calendars, on-screen slideshows, and much more.
 
 ==== Related topics
