diff options
author | BTK <45247934+b-t-k@users.noreply.github.com> | 2021-12-15 12:58:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 12:58:56 -0700 |
commit | a9cdf5704383888e641947982902b0768a934fdb (patch) | |
tree | b167b24d0ad193be234f1a8523ed33af35159256 | |
parent | 8283b8da5a93c1141a247c3835678b4e2a2eba16 (diff) | |
download | homer-a9cdf5704383888e641947982902b0768a934fdb.tar.gz homer-a9cdf5704383888e641947982902b0768a934fdb.tar.zst homer-a9cdf5704383888e641947982902b0768a934fdb.zip |
Typo: should have "s" in alias
-rw-r--r-- | docs/tips-and-tricks.md | 2 |
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 | ```` |