Skip to content

Commit

Permalink
Fix typo (#5494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Yoo authored and Timer committed Oct 20, 2018
1 parent 473fde0 commit ebc721f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/developing-components-in-isolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/integrating-with-an-api-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit ebc721f

Please sign in to comment.