Skip to content

Commit

Permalink
Fixed typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dscolby committed Dec 17, 2024
1 parent 5c86c17 commit 7edd9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/guide/doublemachinelearning.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To estimate the causal effect, we call estimate_causal_effect! on the model abov
estimate_causal_effect!(dml)
```

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

!!!note
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ using Pkg
Pkg.add("CausalELM")
```
## More Information
For a more interactive overview, see our JuliaCon 2024 talk[here](https://www.youtube.com/watch?v=hh_cyj8feu8&t=26s)
For a more interactive overview, see our JuliaCon 2024 talk [here](https://www.youtube.com/watch?v=hh_cyj8feu8&t=26s)

0 comments on commit 7edd9ff

Please sign in to comment.