Skip to content

Commit 9cd2c39

Browse files
authored
docs: fix typos in test circuits chapter text (#522)
1 parent 4270c46 commit 9cd2c39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/chapter7/3testcircuits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The test creator provides an intuitive UI to create tests.
1818
- Add another test to the group by clicking `+` icon below
1919
- Add another group by clicking `New Group`
2020

21-
For sequential tests, clock is ticked between each Group. For combinational tests, Groups are just a logical seperation between different types of tests.
21+
For sequential tests, clock is ticked between each Group. For combinational tests, Groups are just a logical separation between different types of tests.
2222

2323
Alternatively, you can also export the created test as CSV and edit it. You can import this CSV to attach by clicking `Import from CSV`
2424

docs/chapter7/3testcircuits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The test creator provides an intuitive UI to create tests.
2727
- Add another test to the group by clicking `+` icon below
2828
- Add another group by clicking `New Group`
2929

30-
For sequential tests, clock is ticked between each Group. For combinational tests, Groups are just a logical seperation between different types of tests.
30+
For sequential tests, clock is ticked between each Group. For combinational tests, Groups are just a logical separation between different types of tests.
3131

32-
Alternatively, you can also export the created test as CSV and edit it. You can import this CSV to attch by clicking `Import from CSV`
32+
Alternatively, you can also export the created test as CSV and edit it. You can import this CSV to attach by clicking `Import from CSV`
3333

3434
Finally,
3535

0 commit comments

Comments
 (0)