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

Fix: typos #783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ UI part of MF is written in ClojurScript, using these most notable technologies:
- [district-ui-modules](https://github.com/search?q=topic%3Adistrict-ui-module+org%3Adistrict0x&type=Repositories) to provide general purpose features for decentralised applications
- [ReactSemanticUI](https://react.semantic-ui.com/introduction) for simpler styling of components
- [GraphQL](https://graphql.org/) for communication between server and client
- [CSS Grid Layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) as layout systen
- [CSS Grid Layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) as layout system

### Styling

Expand Down Expand Up @@ -167,7 +167,7 @@ lein test-dev

### Docker builds

CI deploys the so-called nightly builds on every succesfull commit to the `master` branch.
CI deploys the so-called nightly builds on every successful commit to the `master` branch.
These builds target our QA (ropsten) environment, where a `watchtower` service watches and re-deploys images tagged as `latest`.
These images are versioned based on the corresponding github commit hash.

Expand Down Expand Up @@ -198,9 +198,9 @@ will build for the appropriate environment.

### Dank Faucet

Naviagting to `/#/get-dank/index` allows you to verify your phone
Navigating to `/#/get-dank/index` allows you to verify your phone
number and receive an initial allotment of DANK. Using the feature is
pretty easy and straight forward, however maintaining it and deploying
pretty easy and straightforward, however maintaining it and deploying
it are not. To get the feature working locally you need the following
pieces:

Expand Down