Skip to content

Commit

Permalink
fix: misspelling (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqqqi authored Dec 23, 2020
1 parent 97c5397 commit 46bf1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const DebugDrawView: React.FC<RouteModule.DebugDrawProps> = (props) => {
</PanelSection>
<PanelSection title={formatMessage({ id: 'page.route.PanelSection.title.responseResult' })}>
<Tabs>
<TabPane tab={formatMessage({ id: 'page.route.TabPane.response' })} key="reponse">
<TabPane tab={formatMessage({ id: 'page.route.TabPane.response' })} key="response">
<Spin tip="Loading..." spinning={loading}>
<CodeMirror
value={responseCode}
Expand Down

0 comments on commit 46bf1ef

Please sign in to comment.