Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix link and errors #1633

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module.exports = [

## Roadmap

We maintain a [development board](https://github.com/orgs/cosmos/projects/6),
We maintain a [development board](https://github.com/orgs/cosmos/projects?query=is%3Aopen),
use [release milestones](https://github.com/cosmos/cosmjs/milestones) and share
important updates in the [CosmWasm Community Call]. For higher level roadmap
discussion please reach out to the team.
Expand Down
2 changes: 1 addition & 1 deletion packages/amino/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/cosmwasm-stargate/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/crypto/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/encoding/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/faucet-client/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/json-rpc/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 30000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/math/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/proto-signing/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/socket/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/stargate/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/stream/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (config) {

browserNoActivityTimeout: 90000,

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/tendermint-rpc/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function (config) {
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ["Firefox"],

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};
2 changes: 1 addition & 1 deletion packages/utils/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function (config) {
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ["Firefox"],

// Keep brower open for debugging. This is overridden by yarn scripts
// Keep browser open for debugging. This is overridden by yarn scripts
singleRun: false,
});
};