Skip to content

Commit 3a6946e

Browse files
committed
Fixing typo
1 parent 6562f6a commit 3a6946e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a pure vanilla / JS app
88
- *-lib.js may give inspiration for a future "real" app
99

1010
To develop locally, install `node.js` and use `backloop.dev`
11-
- Install backlopp.dev with `npm install -g backloop.dev`
11+
- Install backloop.dev with `npm install -g backloop.dev`
1212
- Run `backloop.dev ./` from `demo-dr-form` directory
1313
- Open `https://whatever.backloop.dev:4443/`
1414

@@ -21,13 +21,13 @@ From this link the patient:
2121
- Sees a short presentation of HDS including a link to the HDS web site for more details.
2222
- Can register for HDS or sign in
2323

24-
When signed in the patient sees a form to complete. If the patient is returning to the form he can update existing data.
24+
When signed in, the patient sees a form to complete. If the patient is returning to the form, he can update existing data.
2525

2626
- As an opt-in the patient can allow HDS to access non-medical data in order to present HDS concepts and capabilities during patient webinars.
2727

2828
The patient also has a page to see who has or had access to his data.
2929

30-
The doctor has a page where he can see individuals' data and aggregated data and export it.
30+
The doctor has a page where he can see individuals' data, aggregate data and export it.
3131

3232
## Logic drafting
3333

0 commit comments

Comments
 (0)