Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in the README #2926

Merged
merged 2 commits into from
Mar 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ page's meta data (like `slug`) if needed.
above procedure, but move the page in question the opposite way between repos.

**Note:** You can have an archived page with non-archived pages below it in the
hierarchy, and vice-versa. To achive this you need to have the same directory
sideshowbarker marked this conversation as resolved.
Show resolved Hide resolved
sideshowbarker marked this conversation as resolved.
Show resolved Hide resolved
hierarchy, and vice-versa. To achieve this you need to have the same directory
structure in both the `content` and `archive-content` repos. Whether a page
is non-archived or archived depends on which repo its `index.html` file is
in. As an example, compare the [archived-content mozilla directory](https://github.com/mdn/archived-content/tree/main/files/en-us/mozilla)
Expand Down