From e4f77ece5892aa24b6421473b9c54bbf498ce994 Mon Sep 17 00:00:00 2001 From: Shynur Date: Sat, 9 Nov 2024 19:52:43 +0800 Subject: [PATCH] fix typo --- 1-js/02-first-steps/01-hello-world/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/01-hello-world/article.md b/1-js/02-first-steps/01-hello-world/article.md index 7de5da6af3..b7ece71086 100644 --- a/1-js/02-first-steps/01-hello-world/article.md +++ b/1-js/02-first-steps/01-hello-world/article.md @@ -73,7 +73,7 @@ ``` -这里,`/path/to/script.js` 是脚本文件从网站根目录开始的绝对路径。当然也可以提供当前页面的相对路径。例如,`src ="script.js"`,就像 `src="./script.js"`,表示当前文件夹中的 `"script.js"` 文件。 +这里,`/path/to/script.js` 是脚本文件从网站根目录开始的绝对路径。当然也可以提供当前页面的相对路径。例如,`src="script.js"`,就像 `src="./script.js"`,表示当前文件夹中的 `"script.js"` 文件。 我们也可以提供一个完整的 URL 地址,例如: