Skip to content

Commit f49897e

Browse files
authored
Merge pull request #47 from yonifra/fix-typo-ruuner
fix typo Runner instead of Ruuner
2 parents 7cb771a + e329234 commit f49897e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

specs/flutter/flutter_build_runner_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Run Build Ruuner
2+
name: Run Build Runner
33
command: "flutter pub run build_runner build --delete-conflicting-outputs"
44
tags:
55
- flutter

specs/flutter/flutter_build_runner_watch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Run Build Ruuner Watch
2+
name: Run Build Runner Watch
33
command: "flutter pub run build_runner watch --delete-conflicting-outputs"
44
tags:
55
- flutter

0 commit comments

Comments
 (0)