From 823ccd0e7b9a4bf7b5d817af214f8738c071b7a8 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 2 Apr 2024 20:45:05 +0200 Subject: [PATCH] Fix typos --- README.md | 2 +- config/_default/config.toml | 6 +++--- docs/customize_terminal/customize_terminal.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5bad666..0415060 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ in [config.toml](config/_default/config.toml) files = [ ["C/C++", "https://www.example.com/"], ["Python", "https://www.example.com/"], - ["Go", "https://golang.org/"], + ["Go", "https://go.dev/"], ["Hugo", "/post/some-activity.md"], ["Docker", "/post/some-activity.md"], ] diff --git a/config/_default/config.toml b/config/_default/config.toml index 333cea2..2b84655 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -34,7 +34,7 @@ ignoreErrors = ["error-remote-getjson"] # Note: speed at which text is displayed on the terminal # Note: if set to 0, typing animation will be disabled # Note: - # Note: if you want to enable Mathjax, you need to set it to 0 + # Note: if you want to enable MathJax, you need to set it to 0 # Note: and set "math: true" at front matter in your Markdown file ps1Delay = 0 # prompt speed : [userName]@[pcName]:~/$ , [userName]@[pcName]:~/[workDir]$ stdoutDelay = 0 # stdout speed : [description] , files in Params.Tree @@ -45,7 +45,7 @@ ignoreErrors = ["error-remote-getjson"] # Note: speed at which text is displayed on the activity pages # Note: if set to 0, typing animation will be disabled # Note: - # Note: if you want to enable Mathjax, you need to set it to 0 + # Note: if you want to enable MathJax, you need to set it to 0 # Note: and set "math: true" at front matter in your Markdown file titleDelay = 0 # title speed : "title" in front matter contentDelay = 0 # content speed : content in .md file @@ -69,7 +69,7 @@ ignoreErrors = ["error-remote-getjson"] files = [ ["C/C++", "https://www.example.com/"], ["Python", "https://www.example.com/"], - ["Go", "https://golang.org/"], + ["Go", "https://go.dev/"], ["Hugo", "/post/some-activity.md"], ["Docker", "/post/some-activity.md"], ] diff --git a/docs/customize_terminal/customize_terminal.md b/docs/customize_terminal/customize_terminal.md index 6a07dbd..8df20a7 100644 --- a/docs/customize_terminal/customize_terminal.md +++ b/docs/customize_terminal/customize_terminal.md @@ -47,7 +47,7 @@ From here, we will edit the copied file, but the task will vary depending on wha - go to chapter 2-B ## 2-A Change only the order of the commands -Here we want to add `[userName]@[pcName]:~/[workDir]$ cat [profile]` between the last line of the teminal and the line before it. +Here we want to add `[userName]@[pcName]:~/[workDir]$ cat [profile]` between the last line of the terminal and the line before it. In `typeIndex.html`\ The collection of `span` tags at the beginning is the root of the order of the commands.\