Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/docs/get-started/install/_path-mac-linux.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Update your path

You can update your PATH variable for the current session only at the command line,
as shown in [Get the Flutter SDK](#get-sdk). You'll probably want to
You can update your PATH variable for the current session only at the command
line, as shown in [Get the Flutter SDK](#get-sdk). You'll probably want to
update this variable permanently, so you can run `flutter` commands in any terminal session.

The steps for modifying this variable permanently for all terminal sessions are machine-specific.
Expand Down
4 changes: 2 additions & 2 deletions src/docs/get-started/test-drive/_androidstudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Create the app {#create-app}

1. Select **File > New Flutter Project**.
1. Select **Flutter application** as the project type, and press Next.
1. Select **Flutter application** as the project type, and press **Next**.
1. Make sure that the **Flutter SDK Path** text field specifies the
location of the SDK. Install the SDK if you haven't yet done so.
1. Enter a project name (for example, `myapp`), and press Next.
1. Enter a project name (for example, `myapp`), and press **Next**.
1. Click **Finish**.
1. Wait for Android Studio to install the SDK, and create the project.

Expand Down