Skip to content

Commit 267a1de

Browse files
authored
Merge pull request MicrosoftDocs#3934 from TheFanatr/patch-1
Fix Typos in Documentation
2 parents e9ab724 + c642fc7 commit 267a1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rtvs/r-projects-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The *rproject.rproj* file maintains certain R-specific project settings that are
4343
| NumSpacesForTab | 2 | The number of spaces to insert if UseSpacesForTab is Yes. |
4444
| Encoding | UTF-8 | The default encoding for `.R` files. |
4545
| RnwWeave | Sweave | Package to use when weaving a Rnw file. |
46-
| LaTeX | pdfLaTeX | Library to use when converting RMarkdwon to PDF. |
46+
| LaTeX | pdfLaTeX | Library to use when converting RMarkdown to PDF. |
4747

4848
### Converting a folder of files to an R project
4949

@@ -94,7 +94,7 @@ RTVS includes a number of templates for specific file types. You access template
9494
| R Documentation | A generic R documentation file containing only name, alias, and title fields. |
9595
| R Documentation (Function) | An R documentation file containing many fields with comments for describing a function. |
9696
| R Documentation (Dataset) | An R documentation file containing many fields with comments for describing a dataset. |
97-
| SQL Query | And empty *.sql* file. See [Work with SQL Server and R](integrating-sql-server-with-r.md). |
97+
| SQL Query | An empty *.sql* file. See [Work with SQL Server and R](integrating-sql-server-with-r.md). |
9898
| Stored Procedure with R | An R file with child SQL Query and child stored procedure template file. See [Work with SQL Server and R](integrating-sql-server-with-r.md). |
9999

100100
## Use multiple project types in Visual Studio

0 commit comments

Comments
 (0)