Skip to content

Commit e6ceffb

Browse files
authored
Merge pull request #1986 from partrita/fix-typo
Fix typo
2 parents 6ec546c + 9b4b3cd commit e6ceffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TRANSLATING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ MDBOOK_BOOK__LANGUAGE=xx mdbook serve
6161

6262
### Add a language entry
6363

64-
Please add a language entry in `.github/workflows/rbe.yml`, `theme/index.hbs`, and `src/bootstrap/src/core/build_steps/doc.rs` in [rust-lang/rust](https://github.com/rust-lang/rust) like below:
64+
Please add a language entry in `.github/workflows/rbe.yml`, `theme/head.hbs`, and `src/bootstrap/src/core/build_steps/doc.rs` in [rust-lang/rust](https://github.com/rust-lang/rust) like below:
6565

6666
* `rbe.yml`
6767

@@ -71,7 +71,7 @@ env:
7171
LANGUAGES: xx yy zz
7272
```
7373
74-
* `index.hbs`
74+
* `head.hbs`
7575

7676
```html
7777
<ul id="language-list" class="theme-popup" aria-label="Languages" role="menu">

0 commit comments

Comments
 (0)