Skip to content

Commit 8dd4ef0

Browse files
committed
we -> you, where appropriate
1 parent cf09d71 commit 8dd4ef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/get-started/computations/positron.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ css: ../positron.css
1212
Quarto supports executable code cells within markdown.
1313
This allows you to create fully reproducible documents and reports---the code required to produce your output is part of the document itself, and is automatically re-run whenever the document is rendered.
1414

15-
In this tutorial, we'll show you how to author fully reproducible computational documents with Quarto in Positron.
15+
In this tutorial, you'll learn how to author fully reproducible computational documents with Quarto in Positron.
1616

1717
You'll learn how to:
1818

@@ -469,7 +469,7 @@ len(mpg)
469469
Preview the document again to see the output of your code cell.
470470

471471
This isn't a very pretty way to display the number of observations.
472-
An alternative is to use inline code, which we'll cover next.
472+
An alternative is to use inline code, which you'll cover next.
473473

474474
::: {.callout-tip}
475475

@@ -517,7 +517,7 @@ To include executable expressions within markdown, enclose the expression in ``
517517

518518
:::
519519

520-
For example, we can use inline code to state the number of observations in our data.
520+
For example, you can use inline code to state the number of observations in our data.
521521
Try adding the following markdown text to your Quarto document.
522522

523523
::: {.panel-tabset group="language"}

0 commit comments

Comments
 (0)