doc: Update typo in "Welcome to Milvus" (#38995)

enhance: Updating a minor typo.

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
pull/38977/head
Francisco Arceo 2025-01-05 06:00:54 -05:00 committed by GitHub
parent bd280d6f98
commit 7f05d7a40f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func (c *run) printBanner(w io.Writer) {
fmt.Fprintln(w, " / /|_/ // // /_| |/ / /_/ /\\ \\ ")
fmt.Fprintln(w, " /_/ /_/___/____/___/\\____/___/ ")
fmt.Fprintln(w)
fmt.Fprintln(w, "Welcome to use Milvus!")
fmt.Fprintln(w, "Welcome to Milvus!")
fmt.Fprintln(w, "Version: "+BuildTags)
fmt.Fprintln(w, "Built: "+BuildTime)
fmt.Fprintln(w, "GitCommit: "+GitCommit)