Skip to content

Commit

Permalink
fix: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
linhe0x0 committed Mar 25, 2020
1 parent e2f1e78 commit 0b316e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NetworkPanel/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
default: () => null,
},
response: {
type: [Object, Array, String, Null],
type: [Object, Array, String, null],
default: () => null,
},
statusCode: {
Expand Down

0 comments on commit 0b316e1

Please sign in to comment.