We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba01b41 commit 343ec5cCopy full SHA for 343ec5c
docs/src/components/lint/InstallBlocLintSnippet.astro
@@ -1,7 +1,7 @@
1
---
2
import { Code } from '@astrojs/starlight/components';
3
4
-const code = `dart pub add --dev bloc_lint:^0.2.0-dev`;
+const code = `dart pub add --dev bloc_lint:^0.2.0`;
5
6
7
<Code code={code} lang="sh" />
0 commit comments