Skip to content

Commit 7edd9ff

Browse files
committed
Fixed typos in docs
1 parent 5c86c17 commit 7edd9ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/guide/doublemachinelearning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To estimate the causal effect, we call estimate_causal_effect! on the model abov
4949
estimate_causal_effect!(dml)
5050
```
5151

52-
# Get a Summary
52+
# Step 3: Get a Summary
5353
We can get a summary of the model by pasing the model to the summarize method.
5454

5555
!!!note

docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ using Pkg
9999
Pkg.add("CausalELM")
100100
```
101101
## More Information
102-
For a more interactive overview, see our JuliaCon 2024 talk[here](https://www.youtube.com/watch?v=hh_cyj8feu8&t=26s)
102+
For a more interactive overview, see our JuliaCon 2024 talk [here](https://www.youtube.com/watch?v=hh_cyj8feu8&t=26s)

0 commit comments

Comments
 (0)