Преглед на файлове

Update update.py (#2426)

Fixed grammar mistake

Co-authored-by: あく <alleteam@gmail.com>
Mathie преди 3 години
родител
ревизия
203adabc46
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      scripts/update.py

+ 1 - 1
scripts/update.py

@@ -199,7 +199,7 @@ class Main(App):
 
     def disclaimer(self):
         self.logger.error(
-            "You might brick you device into a state in which you'd need an SWD programmer to fix it."
+            "You might brick your device into a state in which you'd need an SWD programmer to fix it."
         )
         self.logger.error(
             "Please confirm that you REALLY want to do that with --I-understand-what-I-am-doing=yes"