Skip to content

Commit ecf9d9d

Browse files
committed
Fix typo in docs
1 parent 8ddde11 commit ecf9d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Whole program saving means creating a file that will contain:
6666
- The architecture of the program, allowing you to re-create the program.
6767
- The variables of the program
6868
- The training configuration (reward, optimizer, metrics)
69-
- The state of the optimizer, allowing you to resumethe training exactly where you left off.
69+
- The state of the optimizer, allowing you to resume the training exactly where you left off.
7070

7171
The default and recommended way to save the whole program is to do:
7272

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or (recommended)
1212
uv pip install synalinks
1313
```
1414

15-
## Programming your application: 3 ways
15+
## Programming your application: 4 ways
1616

1717
### Using the `Functional` API
1818

0 commit comments

Comments
 (0)