docs: fix typo

pull/11/head
mingrammer 5 years ago
parent a4fbd17d2c
commit ab1df118a0

@ -4,7 +4,7 @@
**Diagram as Code**.
Diagrams lets you to draw the cloud system architecture **in Python code**. It was born for **prototyping** a new system architecture design without any design tools. You can also describe or visualize the existing system architecture as well. Diagrams currently supports three major cloud providers: `AWS`, `Azure`, `GCP`.
Diagrams lets you draw the cloud system architecture **in Python code**. It was born for **prototyping** a new system architecture design without any design tools. You can also describe or visualize the existing system architecture as well. Diagrams currently supports three major cloud providers: `AWS`, `Azure`, `GCP`.
**Diagram as Code** also allows you to **tracking** the architecture diagram changes on any **version control** system.

@ -97,7 +97,7 @@ class Index extends React.Component {
style={{textAlign: 'center'}}>
<h2>About Diagram</h2>
<MarkdownBlock>
Diagrams lets you to draw the cloud system architecture **in Python code**.
Diagrams lets you draw the cloud system architecture **in Python code**.
</MarkdownBlock>
<MarkdownBlock>
It was born for **prototyping** a new system architecture without any design tools. You can also describe or visualize the existing system architecture as well.

Loading…
Cancel
Save