Skip to content

Commit 2a54116

Browse files
Fix typos in best-practice.md (#1666)
1 parent 1ba277c commit 2a54116

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wiki/best-practice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ take?), as well how to actually implement the API.
1010
An adaptor sits between the OpenFn platform (ie, app.openfn.org) and some
1111
backing service or system (le, Salesforce, Primero).
1212

13-
It's job is to provide a clean, high-level JavaScript interface to uses writing
13+
It's job is to provide a clean, high-level JavaScript interface to users writing
1414
workflows in OpenFn.
1515

1616
Users who write OpenFn job code are usually inexperienced programmers, and
@@ -28,7 +28,7 @@ For example: at the time of writing our
2828
exposes `get`, `post`, `put` and `request` functions which allow you to easily
2929
access the REST API, with minimal URL construction. This makes the whole
3030
openlmis API available to implementations - although job code may need to work
31-
hard to prepare and parse data. An for users who don't know openlmis very well,
31+
hard to prepare and parse data. And for users who don't know openlmis very well,
3232
this might not be a very easy interface to use.
3333

3434
On the other hand, our

0 commit comments

Comments
 (0)