Skip to content

Commit f651387

Browse files
committed
Merge pull request #350 from ArtemPyanykh/patch-1
Fix typo in docs about 'MyFirstProject'
2 parents 8ac53de + 7bb0bb5 commit f651387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx/GettingStartedApplications/MyFirstProject.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ installation and update mechanism. So, let's try to make a debian out of our p
8888
[error] packageDescription in Debian := "My package Description"
8989
[error] Total time: 0 s, completed Apr 1, 2014 10:21:13 AM
9090

91-
Here, the native packager is warning that we haven't fully configured all the information required to genreate a valid debian file. In particular, the packageDescription needs to be filled out for debian, in addition to a few other settings. Let's add the debian configuration to ``build.sbt`` ::
91+
Here, the native packager is warning that we haven't fully configured all the information required to generate a valid debian file. In particular, the packageDescription needs to be filled out for debian, in addition to a few other settings. Let's add the debian configuration to ``build.sbt`` ::
9292

9393
name := "example-cli"
9494

0 commit comments

Comments
 (0)