From 4b32dce037f473c7c12f568c5cda8c7bbe6596b6 Mon Sep 17 00:00:00 2001 From: tg0xff Date: Mon, 12 Aug 2024 18:32:35 -0600 Subject: [PATCH] fix(javascript): reword knowledge check --- git/intermediate_git/working_with_remotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/intermediate_git/working_with_remotes.md b/git/intermediate_git/working_with_remotes.md index 109b3a00d6d..f601165703a 100644 --- a/git/intermediate_git/working_with_remotes.md +++ b/git/intermediate_git/working_with_remotes.md @@ -89,7 +89,7 @@ Let's review the dangers we've addressed so far. I know, I know, it's scary stuf The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge. -- [What is a safe way to push history changes to a remote repository?](#force-with-lease) +- [What is a safe way to forcefully push history changes to a remote repository?](#force-with-lease) - [What are the dangers of history-changing operations?](#dangers) - [What are best practices of history-changing operations?](#best-practices)