Skip to content

Commit

Permalink
Fix typos (#702)
Browse files Browse the repository at this point in the history
Copy of #677
  • Loading branch information
jagodarybacka authored Nov 16, 2023
2 parents 6fb86a2 + ec665e4 commit c42630a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/testing-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Branches

- `main`
- branch `main` is the base branch for current developement
- branch `main` is the base branch for current development
- every feature branch should be merged into `main` via pull request
- `stage-live`
- base for running the staging environment that is running on the live chain
Expand Down
2 changes: 1 addition & 1 deletion src/shared/contracts/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const getSeasonInfo: ReadTransactionBuilder<null, SeasonInfo> = async (

const season = seasonInfo[0].toNumber()

// Season start data is accessible throught .env
// Season start data is accessible through .env
// Date requires ms, whereas block.timestamp is in s
// const seasonStartTimestamp = seasonInfo[1].toNumber() * 1000

Expand Down

0 comments on commit c42630a

Please sign in to comment.