aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-12-23 07:41:59 -0800
committerGitHub <noreply@github.com>2021-12-23 07:41:59 -0800
commit68b10120c940d51475843664f05d956abd53a0b5 (patch)
tree3bc39c6c46cb5c35ab59ee5dbd6bd077c1b1e918
parent9f14de32fe93854d7d2da6891ebcf274e4bb187c (diff)
parenta9cdf5704383888e641947982902b0768a934fdb (diff)
downloadhomer-68b10120c940d51475843664f05d956abd53a0b5.tar.gz
homer-68b10120c940d51475843664f05d956abd53a0b5.tar.zst
homer-68b10120c940d51475843664f05d956abd53a0b5.zip
Merge pull request #342 from b-t-k/patch-1
Typo: should have "s" in alias
-rw-r--r--docs/tips-and-tricks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tips-and-tricks.md b/docs/tips-and-tricks.md
index 17bba9a..6f1b995 100644
--- a/docs/tips-and-tricks.md
+++ b/docs/tips-and-tricks.md
@@ -51,7 +51,7 @@ and then simply reference these pre-defined (anchored) tags in each item like so
51- name: "VS Code" 51- name: "VS Code"
52 logo: "/assets/vscode.png" 52 logo: "/assets/vscode.png"
53 subtitle: "Develop Code Anywhere, On Anything!" 53 subtitle: "Develop Code Anywhere, On Anything!"
54 <<: *App # Reference to the predefined "App" Tag 54 <<: *Apps # Reference to the predefined "App" Tag
55 url: "https://vscode.example.com/" 55 url: "https://vscode.example.com/"
56 target: "_blank" # optional html tag target attribute 56 target: "_blank" # optional html tag target attribute
57```` 57````