Skip to content

Commit

Permalink
Merge pull request #843 from lvyaoting/master
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
pmjanus authored May 15, 2024
2 parents 674108b + d796424 commit 51c3f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This includes following key features:
- BP Voting and Governance
- Premium Name bids

Following, excelent products can be taken as reference points for further features:
Following, excellent products can be taken as reference points for further features:

- [EOS Authority](https://eosauthority.com/)
- [Blocks](https://bloks.io/)
Expand Down Expand Up @@ -112,7 +112,7 @@ app running at localhost:4000

[Vue 2 documentation](https://vuejs.org/v2/api/)

[Vue 3 documenation](https://v3.vuejs.org/)
[Vue 3 documentation](https://v3.vuejs.org/)

[Testing Quasar with Jest](https://github.com/quasarframework/quasar-testing/tree/next/packages/unit-jest)

Expand Down
2 changes: 1 addition & 1 deletion test/jest/__tests__/store/account/actions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('Store - Account Actions', () => {
});

describe('login()', () => {
test('when not account provided it should should request account', async () => {
test('when not account provided it should request account', async () => {
authenticator = newAuthenticatorMock(true);

// call the action login
Expand Down

0 comments on commit 51c3f3b

Please sign in to comment.