Skip to content

Commit

Permalink
Merge pull request #62 from nsillik/@nsillik/fix-typos
Browse files Browse the repository at this point in the history
Fix typos in new project files and samples.
  • Loading branch information
nishtahir authored Jan 15, 2019
2 parents aa913d0 + 618c67f commit d132534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ukor-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (!fs.existsSync(propsFile)) {
buildDir: 'build',
sourceDir: 'src',
defaults: {
falvor: 'main'
flavor: 'main'
},
flavors: {
main: {
Expand Down
2 changes: 1 addition & 1 deletion lib/sample/src/main/constants.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
components: 'pkg:/compontents'
components: 'pkg:/components'
source: 'pkg:/source'

0 comments on commit d132534

Please sign in to comment.