diff --git a/src/docs/get-started/install/_path-mac-linux.md b/src/docs/get-started/install/_path-mac-linux.md index 667f5c68de9..adfc421e06c 100644 --- a/src/docs/get-started/install/_path-mac-linux.md +++ b/src/docs/get-started/install/_path-mac-linux.md @@ -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. diff --git a/src/docs/get-started/test-drive/_androidstudio.md b/src/docs/get-started/test-drive/_androidstudio.md index 832663df777..b88144ca74b 100644 --- a/src/docs/get-started/test-drive/_androidstudio.md +++ b/src/docs/get-started/test-drive/_androidstudio.md @@ -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.