Typo: should have "s" in alias

This commit is contained in:
BTK 2021-12-15 12:58:56 -07:00 committed by GitHub
parent 8283b8da5a
commit a9cdf57043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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
````