Skip to content

Commit

Permalink
chore: fix spelling (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jan 19, 2021
1 parent 4cf46b0 commit 749eeb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Support group for Route module. [#999](https://github.com/apache/apisix-dashboard/pull/999)
* Support Global Plugin. [#1057](https://github.com/apache/apisix-dashboard/pull/1057) [#1106](https://github.com/apache/apisix-dashboard/pull/1106)
* Support Version Manager. [#1157](https://github.com/apache/apisix-dashboard/pull/1157)
* Use Cobra as the cli scafford. [#773](https://github.com/apache/apisix-dashboard/pull/773)
* Use Cobra as the cli scaffold. [#773](https://github.com/apache/apisix-dashboard/pull/773)
* Remove Lua dependency. [#1083](https://github.com/apache/apisix-dashboard/pull/1083)
* Improve E2E testcases for the backend. [#1012](https://github.com/apache/apisix-dashboard/pull/1012), [#1123](https://github.com/apache/apisix-dashboard/pull/1123)
* Improve E2E testcases for the frontend. [#1074](https://github.com/apache/apisix-dashboard/pull/1074)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ context('settings page smoke test', () => {
.and('contain', 'Grafana address should begin with HTTP or HTTPS');
});

it('should set a invaild url', () => {
it('should set a invalid url', () => {
cy.visit('/');
cy.contains('Settings').click();
cy.wait(500);
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Route/components/Step1/MatchingRulesView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const MatchingRulesView: React.FC<RouteModule.Step1PassProps> = ({
</Button>
)}
<Table key="table" bordered dataSource={advancedMatchingRules} columns={columns} />
{/* NOTE: tricky way, switch visible on Modal component will ocure error */}
{/* NOTE: tricky way, switch visible on Modal component will occur error */}
{visible ? renderModal() : null}
</PanelSection>
);
Expand Down

0 comments on commit 749eeb5

Please sign in to comment.