Skip to content

Commit

Permalink
Fix the typo (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
BingoRUS authored Jun 4, 2019
1 parent 71d3c38 commit 8e72f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/react/sample-pages/profile/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Form from 'devextreme-react/form';

export default () => {
const [notes, setNotes] = useState(
'Sandra is a CPA and has been our controller since 2008. She loves to interact with staff so if yo`ve not met her, be certain to say hi.\r\n\r\nSandra has 2 daughters both of whom are accomplished gymnasts.'
'Sandra is a CPA and has been our controller since 2008. She loves to interact with staff so if you`ve not met her, be certain to say hi.\r\n\r\nSandra has 2 daughters both of whom are accomplished gymnasts.'
);
const employee = {
ID: 7,
Expand Down
2 changes: 1 addition & 1 deletion templates/vue/sample-pages/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
HireDate: new Date("2005/05/11"),
Notes:
"Sandra is a CPA and has been our controller since 2008." +
"She loves to interact with staff so if yo`ve not met her, be certain to say hi." +
"She loves to interact with staff so if you`ve not met her, be certain to say hi." +
"\r\n\r\n" +
"Sandra has 2 daughters both of whom are accomplished gymnasts.",
Address: "4600 N Virginia Rd."
Expand Down

0 comments on commit 8e72f3d

Please sign in to comment.