diff --git a/dist/views/analyzer.endpoints.html b/dist/views/analyzer.endpoints.html
index 90e7e52c233932c1315290088f8c1343b03cb2a1..4b68e85a9f712cb8a368561af376a77243b6c0f6 100644
--- a/dist/views/analyzer.endpoints.html
+++ b/dist/views/analyzer.endpoints.html
@@ -169,7 +169,7 @@
         <table>
             <tbody>
             <tr ng-repeat-start="datapoint in datapoints">
-                <td><i class="datapoint-cell datapoint-require optional"></i></td>
+                <td><i class="datapoint-cell datapoint-requisite optional"></i></td>
                 <td class="datapoint-cell">{{datapoint.key}}</td>
                 <td class="datapoint-cell">{{datapoint.type}}</td>
                 <td class="datapoint-cell">{{datapoint.description}}</td>