diff --git a/content/references/translations/en/processing/frameCount.json b/content/references/translations/en/processing/frameCount.json index f6b917bd..8144771c 100644 --- a/content/references/translations/en/processing/frameCount.json +++ b/content/references/translations/en/processing/frameCount.json @@ -2,7 +2,7 @@ "brief": "The system variable that contains the number of frames\n displayed since the program started", "related": ["frameRate_", "frameRate"], "name": "frameCount", - "description": "The system variable frameCount contains the number o\n frames displayed since the program started. Inside setup()\n the value is 0 and during the first iteration of draw it is 1, etc.", + "description": "The system variable frameCount contains the number of\n frames displayed since the program started. Inside setup()\n the value is 0 and during the first iteration of draw it is 1, etc.", "category": "environment", "subcategory": "", "type": "other"