Skip to content

Commit 8662b26

Browse files
committed
fixed a typo
1 parent 5978a17 commit 8662b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter2.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ Angular自带了几个过滤器, 像我们已经看到的currency:
11111111
<tr>
11121112
<td><strong>Sender</strong></td>
11131113
<td><strong>Subject</strong></td>
1114-
<td><strong>Date</string></td>
1114+
<td><strong>Date</strong></td>
11151115
</tr>
11161116
<tr ng-repeat="message in messages">
11171117
<td>{{message.sender}}</td>

0 commit comments

Comments
 (0)