diff --git a/docs/pephub/changelog.md b/docs/pephub/changelog.md index f1036741..ce93ce6c 100644 --- a/docs/pephub/changelog.md +++ b/docs/pephub/changelog.md @@ -25,7 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Fixed UI glitch reloads data on save #340 - Added Feature request: Ctrl+S to save #339 - Fixed pephub UI removes samples in progress if you switch to a different tab without saving #338 -- Fixed pephub UI cannot delete a sample the inutitive way #337 +- Fixed pephub UI cannot delete a sample the intuitive way #337 ## [0.11.9] - 02-07-2024 diff --git a/docs/pephub/developer/pepdbagent/changelog.md b/docs/pephub/developer/pepdbagent/changelog.md index 76ac3886..4ae14ca7 100644 --- a/docs/pephub/developer/pepdbagent/changelog.md +++ b/docs/pephub/developer/pepdbagent/changelog.md @@ -25,7 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Fixed forking schema - Improved forking efficiency [#129](https://github.com/pepkit/pepdbagent/issues/129) - Added uploading project from dict -- Added get_config, get_smaples, get_subsamples methods to project module [#128](https://github.com/pepkit/pepdbagent/issues/128) +- Added get_config, get_samples, get_subsamples methods to project module [#128](https://github.com/pepkit/pepdbagent/issues/128) - Fixed error handling in views API [#130](https://github.com/pepkit/pepdbagent/issues/130) - Added no_fail to views API diff --git a/docs/peppy/changelog.md b/docs/peppy/changelog.md index 27149088..75421fbd 100644 --- a/docs/peppy/changelog.md +++ b/docs/peppy/changelog.md @@ -110,7 +110,7 @@ _Due to the changes mentioned above, a few functionalities may be disabled. For ### Fixed - Performance issues during sample parsing. Two list comprehensions were combined to speed up this functionality. -- `KeyError` is thrown when attempting to access the `pep_version` of a `peppy.Project` instance instatiated from a sample table (`csv`) +- `KeyError` is thrown when attempting to access the `pep_version` of a `peppy.Project` instance instantiated from a sample table (`csv`) ### Added