Skip to content

Commit 49b7009

Browse files
webmaster128nnsW3
andauthored
chore: fix link and errors #1633 (2) (#1685)
* Update README.md * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Update karma.conf.js * Remove roadmap text --------- Co-authored-by: Elias Rad <[email protected]>
1 parent 676332a commit 49b7009

File tree

14 files changed

+14
-20
lines changed

14 files changed

+14
-20
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,7 @@ module.exports = [
157157

158158
## Roadmap
159159

160-
We maintain a [development board](https://github.com/orgs/cosmos/projects/6),
161-
use [release milestones](https://github.com/cosmos/cosmjs/milestones) and share
162-
important updates in the [CosmWasm Community Call]. For higher level roadmap
163-
discussion please reach out to the team.
164-
165-
[cosmwasm community call]:
166-
https://github.com/CosmWasm/cosmwasm/issues?q=label%3A%22Community+Call+%F0%9F%97%BA%F0%9F%93%9E%22
160+
There is no roadmap anymore. Just keeping things alive, nice and clean.
167161

168162
## Known limitations
169163

packages/amino/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function (config) {
4848

4949
browserNoActivityTimeout: 90000,
5050

51-
// Keep brower open for debugging. This is overridden by yarn scripts
51+
// Keep browser open for debugging. This is overridden by yarn scripts
5252
singleRun: false,
5353
});
5454
};

packages/cosmwasm-stargate/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function (config) {
4848

4949
browserNoActivityTimeout: 90000,
5050

51-
// Keep brower open for debugging. This is overridden by yarn scripts
51+
// Keep browser open for debugging. This is overridden by yarn scripts
5252
singleRun: false,
5353
});
5454
};

packages/crypto/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function (config) {
4848

4949
browserNoActivityTimeout: 90000,
5050

51-
// Keep brower open for debugging. This is overridden by yarn scripts
51+
// Keep browser open for debugging. This is overridden by yarn scripts
5252
singleRun: false,
5353
});
5454
};

packages/encoding/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function (config) {
4848

4949
browserNoActivityTimeout: 90000,
5050

51-
// Keep brower open for debugging. This is overridden by yarn scripts
51+
// Keep browser open for debugging. This is overridden by yarn scripts
5252
singleRun: false,
5353
});
5454
};

packages/faucet-client/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function (config) {
4848

4949
browserNoActivityTimeout: 90000,
5050

51-
// Keep brower open for debugging. This is overridden by yarn scripts
51+
// Keep browser open for debugging. This is overridden by yarn scripts
5252
singleRun: false,
5353
});
5454
};

packages/json-rpc/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = function (config) {
5757

5858
browserNoActivityTimeout: 30000,
5959

60-
// Keep brower open for debugging. This is overridden by yarn scripts
60+
// Keep browser open for debugging. This is overridden by yarn scripts
6161
singleRun: false,
6262
});
6363
};

packages/math/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function (config) {
4848

4949
browserNoActivityTimeout: 90000,
5050

51-
// Keep brower open for debugging. This is overridden by yarn scripts
51+
// Keep browser open for debugging. This is overridden by yarn scripts
5252
singleRun: false,
5353
});
5454
};

packages/proto-signing/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function (config) {
4848

4949
browserNoActivityTimeout: 90000,
5050

51-
// Keep brower open for debugging. This is overridden by yarn scripts
51+
// Keep browser open for debugging. This is overridden by yarn scripts
5252
singleRun: false,
5353
});
5454
};

packages/socket/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function (config) {
4848

4949
browserNoActivityTimeout: 90000,
5050

51-
// Keep brower open for debugging. This is overridden by yarn scripts
51+
// Keep browser open for debugging. This is overridden by yarn scripts
5252
singleRun: false,
5353
});
5454
};

0 commit comments

Comments
 (0)