diff --git a/docs/apiexplorer.md b/docs/apiexplorer.md index 267c7ecf..96908e51 100644 --- a/docs/apiexplorer.md +++ b/docs/apiexplorer.md @@ -5,9 +5,8 @@ to create a project and add models using the `slc lb` command line tool, REST APIs are automatically added to your application. Now we have a handful of REST APIs. It would be nice to see the list of APIs and -try them out without writing code. Sure, we can do that! LoopBack provides a -Web based API explorer out of the box to document and explore REST APIs for the -models. +try them out without writing code. We can do that! LoopBack provides a Web based +API explorer out of the box to document and explore REST APIs for the models. Let's give a try first.