Fix typo in documentation

This commit is contained in:
micbou 2017-09-10 12:07:07 +02:00
parent dd1cb5abdb
commit a0f110622f
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
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 You could also consider using [YCM-Generator][ygen] to generate the
`ycm_extra_conf.py` file. `ycm_extra_conf.py` file.
#### Errors during compilaton #### Errors during compilation
If Clang encounters errors when compiling the header files that your file 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 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| 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| 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| 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| 6. JavaScript Semantic Completion |youcompleteme-javascript-semantic-completion|
1. Quick start |youcompleteme-quick-start| 1. Quick start |youcompleteme-quick-start|
2. Explanation |youcompleteme-explanation| 2. Explanation |youcompleteme-explanation|
@ -1194,8 +1194,8 @@ You could also consider using YCM-Generator [48] to generate the
'ycm_extra_conf.py' file. 'ycm_extra_conf.py' file.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
*youcompleteme-errors-during-compilaton* *youcompleteme-errors-during-compilation*
Errors during compilaton ~ Errors during compilation ~
If Clang encounters errors when compiling the header files that your file 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 includes, then it's probably going to take a long time to get completions. When