From 7e7a7c031cdbe2e3298ade378c361710626ada72 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 17 Sep 2013 09:45:09 -0700 Subject: [PATCH] Add the missing article --- docs/apiexplorer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apiexplorer.md b/docs/apiexplorer.md index 584e0def..267c7ecf 100644 --- a/docs/apiexplorer.md +++ b/docs/apiexplorer.md @@ -4,7 +4,7 @@ LoopBack helps you build APIs for mobile applications. As you follow the steps 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 handful of REST APIs. It would be nice to see the list of APIs and +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.