diff options
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/api_app.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/api_app.md b/guides/source/api_app.md index 57846ae4e5..0a6335ed88 100644 --- a/guides/source/api_app.md +++ b/guides/source/api_app.md @@ -141,7 +141,7 @@ in features as needed. You can generate a new api Rails app: <shell>\ -\$ rails new my\_api —api\ +\$ rails new my\_api --api\ </shell> This will do three main things for you: |