Skip to content

Commit

Permalink
Merge pull request #5084 from WiXSL/fix-comments
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Luwangel authored Jul 24, 2020
2 parents a7cb02f + e0dad9c commit cd108b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/src/authProvider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Authenticatd by default
// Authenticated by default
export default {
login: ({ username, password }) => {
if (username === 'login' && password === 'password') {
Expand Down

0 comments on commit cd108b9

Please sign in to comment.