Skip to content

Commit

Permalink
fix: typos (PanJiaChen#2532)
Browse files Browse the repository at this point in the history
Role Nmae => Role Name
  • Loading branch information
lmislm authored and PanJiaChen committed Aug 29, 2019
1 parent 12c8d85 commit ee287d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/permission/role.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default {
dangerouslyUseHTMLString: true,
message: `
<div>Role Key: ${key}</div>
<div>Role Nmae: ${name}</div>
<div>Role Name: ${name}</div>
<div>Description: ${description}</div>
`,
type: 'success'
Expand Down

0 comments on commit ee287d8

Please sign in to comment.