Skip to content

Commit 68c4bcc

Browse files
committed
One more wording change for consistency
1 parent f7683c7 commit 68c4bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To list all available commands enter `fyne help`:
2828
package, p Packages an application for distribution
2929
release, r Prepares an application for public distribution
3030
install, get, i Packages and installs an application
31-
serve, s Package an application using WebAssembly and expose it via a web server
31+
serve, s Packages an application using WebAssembly and exposes it via a web server
3232
translate, t Scans for new translation strings
3333
version, v Shows version information for fyne
3434
bundle Embeds static content into your go application

cmd/fyne/internal/commands/serve.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func Serve() *cli.Command {
2323
return &cli.Command{
2424
Name: "serve",
2525
Aliases: []string{"s"},
26-
Usage: "Package an application using WebAssembly and expose it via a web server",
26+
Usage: "Packages an application using WebAssembly and exposes it via a web server",
2727
Description: `The serve command packages an application using WebAssembly and expose it via a web server which port can be overridden with port.`,
2828
Flags: []cli.Flag{
2929
stringFlags["src"](&s.srcDir),

0 commit comments

Comments
 (0)