]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Typo: should have "s" in alias 342/head
authorBTK <45247934+b-t-k@users.noreply.github.com>
Wed, 15 Dec 2021 19:58:56 +0000 (12:58 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 19:58:56 +0000 (12:58 -0700)
docs/tips-and-tricks.md

index 17bba9afd8905c8b77f21db2c0c6a8ed56342549..6f1b9959ff84d4525dde4a3cc0087ee76b92e0d1 100644 (file)
@@ -51,7 +51,7 @@ and then simply reference these pre-defined (anchored) tags in each item like so
 - name: "VS Code"
   logo: "/assets/vscode.png"
   subtitle: "Develop Code Anywhere, On Anything!"
-  <<: *App # Reference to the predefined "App" Tag
+  <<: *Apps # Reference to the predefined "App" Tag
   url: "https://vscode.example.com/"
   target: "_blank" # optional html tag target attribute
 ````