Skip to content

Commit b451fc0

Browse files
jennybcCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 64ca3f3 commit b451fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

migrate-rstudio-code.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Positron can format R code with [Air](https://posit-dev.github.io/air/), a new R
1616

1717
A formatter takes charge of the layout of your R code, which refers to whitespace, newlines, indentation, and the like.
1818
The goal is to enforce a set of style conventions that enhance readability and robustness.
19-
Air shares properties with other modern formatters and linters, sush as Black and Ruff for Python:
19+
Air shares properties with other modern formatters and linters, such as Black and Ruff for Python:
2020

2121
* It's highly opinionated and offers relatively few options for customization.
2222
* It's written in Rust, which makes it extremely fast.

migrate-rstudio-user-interface.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This tool can be invoked via the *R: Test R Package in Test Explorer* command, w
4040

4141
Key takeaways for getting comfortable with Positron's UI:
4242

43-
* For file browsing, Git, and Search, head to the the Activity bar.
43+
* For file browsing, Git, and Search, head to the Activity bar.
4444
* If you're really missing a button, check if there's a related command in the command palette or just try [the usual keyboard shortcut](migrate-rstudio-keybindings.qmd) and see what happens.
4545
* If you want to hide or move some elements, it is possible to [customize many aspects of the user interface](user-interface.qmd).
4646

0 commit comments

Comments
 (0)