Merge pull request #2770 from micbou/fix-typo-in-docs

[READY] Fix typo in documentation
This commit is contained in:
Ben Jackson 2017-09-10 14:58:59 +01:00 committed by GitHub
commit 3c6e8f28be
2 changed files with 4 additions and 4 deletions

View File

@ -942,7 +942,7 @@ necessary for your project. That should be enough for 99% of projects.
You could also consider using [YCM-Generator][ygen] to generate the
`ycm_extra_conf.py` file.
#### Errors during compilaton
#### Errors during compilation
If Clang encounters errors when compiling the header files that your file
includes, then it's probably going to take a long time to get completions. When

View File

@ -29,7 +29,7 @@ Contents ~
5. C-family Semantic Completion |youcompleteme-c-family-semantic-completion|
1. Option 1: Use a compilation database [44] |youcompleteme-option-1-use-compilation-database-44|
2. Option 2: Provide the flags manually |youcompleteme-option-2-provide-flags-manually|
3. Errors during compilaton |youcompleteme-errors-during-compilaton|
3. Errors during compilation |youcompleteme-errors-during-compilation|
6. JavaScript Semantic Completion |youcompleteme-javascript-semantic-completion|
1. Quick start |youcompleteme-quick-start|
2. Explanation |youcompleteme-explanation|
@ -1194,8 +1194,8 @@ You could also consider using YCM-Generator [48] to generate the
'ycm_extra_conf.py' file.
-------------------------------------------------------------------------------
*youcompleteme-errors-during-compilaton*
Errors during compilaton ~
*youcompleteme-errors-during-compilation*
Errors during compilation ~
If Clang encounters errors when compiling the header files that your file
includes, then it's probably going to take a long time to get completions. When