From f175574f3731c99d82758952e37f52037476aa5f Mon Sep 17 00:00:00 2001 From: ToxyFlog1627 <59206807+ToxyFlog1627@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:01:54 +0000 Subject: [fix] typos in documentation & messages --- docs/dev/quickstart.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dev/quickstart.rst') diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst index 9bee8f60c..c45c24491 100644 --- a/docs/dev/quickstart.rst +++ b/docs/dev/quickstart.rst @@ -67,14 +67,14 @@ the modified source code from the build products first run: make static.build.restore This will restore the old build products and only your changes of the code -remain in the working tree which can now be added & commited. When all sources -are commited, you can commit the build products simply by: +remain in the working tree which can now be added & committed. When all sources +are committed, you can commit the build products simply by: .. code:: bash make static.build.commit -Commiting the build products should be the last step, just before you send us +Committing the build products should be the last step, just before you send us your PR. There is also a make target to rewind this last build commit: .. code:: bash -- cgit v1.2.3