diff options
Diffstat (limited to 'docs/dev/quickstart.rst')
-rw-r--r-- | docs/dev/quickstart.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 |