Skip to content

Commit 7697f1f

Browse files
authored
fix(doc): improve compiler section wording and TON Blockchain intro (#3465)
1 parent 609ee73 commit 7697f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/docs/book/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here are its main contents:
1717

1818
1. #### Quick start
1919

20-
The Book begins with a few scenic tours and cheat sheets to get you started immediately. First, it briefly discusses TON Blockchain and how smart contracts work there, then gives an overview of many syntax and semantical aspects of the Tact language.
20+
The Book begins with a few scenic tours and cheat sheets to get you started immediately. First, it briefly introduces the TON Blockchain and how Tact smart contracts work there, then it gives an overview of many syntax and semantical aspects of the Tact language.
2121

2222
<CardGrid>
2323
<LinkCard
@@ -67,7 +67,7 @@ Here are its main contents:
6767

6868
The subsection [Going places](/book/compile) explains how to compile, debug, and test Tact contracts locally. From there, it moves on to provide descriptions of deploying contracts to the TON Blockchain.
6969

70-
Lastly, it shows how to further tweak the compiler with its configuration options, interface with existing FunC code, and discusses best practices for securing your smart contracts.
70+
Lastly, it shows how to further tweak the compiler with its configuration options, interface with existing FunC code, and apply best practices to secure your smart contracts.
7171

7272
<CardGrid>
7373
<LinkCard

0 commit comments

Comments
 (0)