From ebc721f7d9f99922953db5b0ff1ce3939e4b4dd2 Mon Sep 17 00:00:00 2001 From: Noel Yoo Date: Sun, 21 Oct 2018 01:53:58 +0900 Subject: [PATCH] Fix typo (#5494) --- docusaurus/docs/developing-components-in-isolation.md | 2 +- docusaurus/docs/integrating-with-an-api-backend.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/docs/developing-components-in-isolation.md b/docusaurus/docs/developing-components-in-isolation.md index 1f4be53614f..98368d31636 100644 --- a/docusaurus/docs/developing-components-in-isolation.md +++ b/docusaurus/docs/developing-components-in-isolation.md @@ -4,7 +4,7 @@ title: Developing Components in Isolation --- Usually, in an app, you have a lot of UI components, and each of them has many different states. -For an example, a simple button component could have following states: +For an example, a simple button component could have the following states: - In a regular state, with a text label. - In the disabled mode. diff --git a/docusaurus/docs/integrating-with-an-api-backend.md b/docusaurus/docs/integrating-with-an-api-backend.md index 4791d9d9029..bae06982988 100644 --- a/docusaurus/docs/integrating-with-an-api-backend.md +++ b/docusaurus/docs/integrating-with-an-api-backend.md @@ -20,6 +20,6 @@ You can find the companion GitHub repository [here](https://github.com/fullstack ## API Platform (PHP and Symfony) [API Platform](https://api-platform.com) is a framework designed to build API-driven projects. -It allows to create hypermedia and GraphQL APIs in minutes. +It allows creating hypermedia and GraphQL APIs in minutes. It is shipped with an official Progressive Web App generator as well as a dynamic administration interface, both built for Create React App. Check out [this tutorial](https://api-platform.com/docs/distribution).