diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-02 22:55:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 22:55:47 +0200 |
commit | 1a3910c1e7597bbc0a560963097ee2ad0efec76d (patch) | |
tree | b86ab37fd7512899b7e76ff9fdfd1d5713f5dec4 /docs/contributing/development.rst | |
parent | 542b5589862fd2b8cbae0668abd677be5a365bc8 (diff) | |
parent | cfcd0f040b3dfd2457fbe7f88c4df3f3c5683249 (diff) | |
download | vyos-documentation-1a3910c1e7597bbc0a560963097ee2ad0efec76d.tar.gz vyos-documentation-1a3910c1e7597bbc0a560963097ee2ad0efec76d.zip |
Merge pull request #122 from ramaxlo/typo-fix
Fix typos in pages
Diffstat (limited to 'docs/contributing/development.rst')
-rw-r--r-- | docs/contributing/development.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst index 4b762051..9e99ece8 100644 --- a/docs/contributing/development.rst +++ b/docs/contributing/development.rst @@ -31,7 +31,7 @@ This information is used in two ways: * Keep track of the progress (what we've already done in this branch and what we still need to do). * Prepare release notes. -To make this approach work, every change must be associated with a bug number and componant. +To make this approach work, every change must be associated with a bug number and component. If there is no bug/enhancement request for the changes you are going to make, you must create a `bugtracker`_ entry first. Once there is a `bugtracker`_ entry about it, you should reference in your commit message, as in: |