Skip to content

Commit

Permalink
fix(doc): it's vs its
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Jan 23, 2025
1 parent 19f4ab3 commit 1f96447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/book/exit-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ it('tests something, you name it', async () => {
// with the second one (index 1) being the one that we look for
const tx = res.transactions[1]!;

// To do something useful with it, let's ensure that it's type is 'generic'
// To do something useful with it, let's ensure that its type is 'generic'
// and that the compute phase in it wasn't skipped
if (tx.description.type === "generic"
&& tx.description.computePhase.type === "vm") {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/zh-cn/book/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { LinkCard, CardGrid, Steps } from '@astrojs/starlight/components';

欢迎阅读**Tact Book**部分(或简称**The Book**)--一本关于Tact语言的入门书籍。

Here are it's main contents:
Here is its main content:

<Steps>

Expand Down

0 comments on commit 1f96447

Please sign in to comment.