Skip to content

Commit 2387830

Browse files
Noel Yoonate770
Noel Yoo
authored andcommitted
Fix typo (facebook#5494)
1 parent 3ef815b commit 2387830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus/docs/developing-components-in-isolation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Developing Components in Isolation
44
---
55

66
Usually, in an app, you have a lot of UI components, and each of them has many different states.
7-
For an example, a simple button component could have following states:
7+
For an example, a simple button component could have the following states:
88

99
- In a regular state, with a text label.
1010
- In the disabled mode.

docusaurus/docs/integrating-with-an-api-backend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ You can find the companion GitHub repository [here](https://github.com/fullstack
2020
## API Platform (PHP and Symfony)
2121

2222
[API Platform](https://api-platform.com) is a framework designed to build API-driven projects.
23-
It allows to create hypermedia and GraphQL APIs in minutes.
23+
It allows creating hypermedia and GraphQL APIs in minutes.
2424
It is shipped with an official Progressive Web App generator as well as a dynamic administration interface, both built for Create React App.
2525
Check out [this tutorial](https://api-platform.com/docs/distribution).

0 commit comments

Comments
 (0)