Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #170

Merged
merged 1 commit into from
Oct 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Change Log
0.3.4 - 2019-03-26
------------------
* Fix ``WindowsError`` not defined on POSIX systems (#90)
* Add support for blacklisting custom metatdata fields (#92, @casperdcl)
* Add support for blacklisting custom metadata fields (#92, @casperdcl)

0.3.3 - 2018-08-04
------------------
Expand Down Expand Up @@ -205,7 +205,7 @@ Change Log

0.1.0 - not released
--------------------
* Based on Min RK's orginal but supports multiple versions of
* Based on Min RK's original but supports multiple versions of
IPython/Jupyter and also strips the execution count.
* Add install option that fails sensibly if not in a git repository,
does not clobber an existing attributes file and checks for an
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Using ``nbstripout`` as a pre-commit hook

`pre-commit`_ is a framework for managing git `pre-commit hooks`_.

Once you have `pre-commit`_ installed, add the follwong to the
Once you have `pre-commit`_ installed, add the following to the
``.pre-commit-config.yaml`` in your repository: ::

repos:
Expand Down Expand Up @@ -438,7 +438,7 @@ Certain Git workflows are not well supported by `nbstripout`:
`nbstripout` filter do still cause conflicts when attempting to sync upstream
changes (`git pull`, `git merge` etc.). This is because Git has no way of
resolving a conflict caused by a non-stripped local file being merged with a
stripped upstream file. Adressing this issue is out of scope for `nbstripout`.
stripped upstream file. Addressing this issue is out of scope for `nbstripout`.
Read more and find workarounds in `#108`_.

.. _#108: https://github.com/kynan/nbstripout/issues/108
Expand Down