Skip to content

Commit 6b87a88

Browse files
docs: fix branch name in delete example (mdn#42972)
1 parent 00f8a68 commit 6b87a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Say you want to delete the entire `/en-US/Learn/Accessibility` tree and redirect
340340
git add .
341341
git commit -m "Delete Learn/Accessibility pages"
342342
git push
343-
# or git push --set-upstream origin moving-a11y
343+
# or git push --set-upstream origin deleting-a11y
344344
```
345345

346346
### Redirecting a document

0 commit comments

Comments
 (0)