File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ take?), as well how to actually implement the API.
1010An adaptor sits between the OpenFn platform (ie, app.openfn.org) and some
1111backing 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
1414workflows in OpenFn.
1515
1616Users who write OpenFn job code are usually inexperienced programmers, and
@@ -28,7 +28,7 @@ For example: at the time of writing our
2828exposes ` get ` , ` post ` , ` put ` and ` request ` functions which allow you to easily
2929access the REST API, with minimal URL construction. This makes the whole
3030openlmis 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,
3232this might not be a very easy interface to use.
3333
3434On the other hand, our
You can’t perform that action at this time.
0 commit comments