From 19fa08aac8d2508ce2b5884c1e9973e7954e2e75 Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Thu, 11 Jul 2024 15:25:35 +0200 Subject: [PATCH] fix: Fixes a typo in the comment for content scope Signed-off-by: Farhaan Bukhsh --- xblock/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xblock/fields.py b/xblock/fields.py index 018944c21..60ce960b6 100644 --- a/xblock/fields.py +++ b/xblock/fields.py @@ -156,7 +156,7 @@ class Scope(ScopeBase): The `content` scope is used to save data for all users, for one particular block, across all runs of a course. An example might be an XBlock that - wishes to tabulate user "upvotes", or HTML content ti display literally on + wishes to tabulate user "upvotes", or HTML content to display literally on the page (this example being the reason this scope is named `content`). The `settings` scope is used to save data for all users, for one particular