Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit b8ed880

Browse files
RQF7josephperrott
authored andcommitted
docs(radiobutton): correct two misspellings on demo (#11667)
1 parent 6a68c96 commit b8ed880

File tree

1 file changed

+3
-3
lines changed
  • src/components/radioButton/demoMultiColumn

1 file changed

+3
-3
lines changed

src/components/radioButton/demoMultiColumn/script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ angular
55

66
self.contacts = [{
77
'id': 1,
8-
'fullName': 'Maria Guadalupe',
8+
'fullName': 'María Guadalupe',
99
'lastName': 'Guadalupe',
1010
'title': "CEO, Found"
1111
}, {
1212
'id': 2,
13-
'fullName': 'Gabriel García Marquéz',
14-
'lastName': 'Marquéz',
13+
'fullName': 'Gabriel García Márquez',
14+
'lastName': 'Márquez',
1515
'title': "VP Sales & Marketing"
1616
}, {
1717
'id': 3,

0 commit comments

Comments
 (0)