Skip to content

Commit

Permalink
Correct typos (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmathys authored Mar 6, 2024
1 parent 776b37d commit 7be8fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ hgf.plot_trajectories();

![png](https://raw.githubusercontent.com/ilabcode/pyhgf/master/docs/source/images/trajectories.png)

## Acknoledgements
## Acknowledgments

This implementation of the Hierarchical Gaussian Filter was largely inspired by the original [Matlab version](https://translationalneuromodeling.github.io/tapas). A Julia implementation of the generalized, nodalised and multilevel HGF is also available [here](https://github.com/ilabcode/HGF.jl).

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ hgf.plot_trajectories();

![png](./images/trajectories.png)

## Acknoledgements
## Acknowledgments

This implementation of the Hierarchical Gaussian Filter was largely inspired by the original [Matlab version](https://translationalneuromodeling.github.io/tapas). A Julia implementation of the generalized, nodalised and multilevel HGF is also available [here](https://github.com/ilabcode/HGF.jl).

Expand Down

0 comments on commit 7be8fde

Please sign in to comment.