diff --git a/docs/pages/documentation/guides/basic-commands.mdx b/docs/pages/documentation/guides/basic-commands.mdx index 561696f8..d9b8b646 100644 --- a/docs/pages/documentation/guides/basic-commands.mdx +++ b/docs/pages/documentation/guides/basic-commands.mdx @@ -268,14 +268,14 @@ This command is particularly useful when you need to run a Flutter command (such To build your Flutter project using version `2.5.0` of the Flutter SDK: ```bash -fvm spawn 2.5.0 flutter build +fvm spawn 2.5.0 build ``` **Running Tests with a Different SDK Version**: If you need to run tests using a particular Flutter SDK version: ```bash -fvm spawn 2.2.3 flutter test +fvm spawn 2.2.3 test ``` ## Exec @@ -359,4 +359,4 @@ If you need to run tests using the Flutter SDK version associated with the `stag ```bash > fvm flavor staging flutter test -``` \ No newline at end of file +```