Skip to content

Commit

Permalink
chore: I -> we
Browse files Browse the repository at this point in the history
  • Loading branch information
zmitchell committed Nov 13, 2024
1 parent 3d675dc commit 7b3201b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/concepts/activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ which puts you into a subshell with everything configured:

```bash
$ flox activate
flox [myenv] $ # Now I can use my packages
flox [myenv] $ # Now you can use your packages
```

One of the core features that makes Flox so attractive for development is that
Expand All @@ -53,10 +53,10 @@ environment rather than from elsewhere on your system.

## Three different ways to activate

I mentioned above that there are three different ways to use an environment.
We mentioned above that there are three different ways to use an environment.

### Subshell
I've already mentioned the first method,
We've already mentioned the first method,
which is to put you into a subshell.
When you activate this way your existing shell is paused and you're put into a
new one configured by Flox.
Expand Down

0 comments on commit 7b3201b

Please sign in to comment.