Skip to content

Commit 62c11a7

Browse files
committed
fix: typos
1 parent 06cec9a commit 62c11a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

models/courses/schema.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ models:
2828
- name: subsection_number
2929
data_type: String
3030
description: '{{ doc("subsection_number") }}'
31-
data_type: String
32-
description: "The full section:subsection:unit hierarchy in which this block belongs"
3331
- name: display_name_with_location
3432
data_type: String
3533
description: "The block's display name with section, subsection, and unit prepended to the name. This provides additional context when looking at block names and can help data consumers understand which block they are analyzing"

models/problems/schema.yml

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ models:
209209
- name: section_number
210210
data_type: String
211211
description: '{{ doc("section_number") }}'
212+
- name: section_with_name
212213
data_type: String
213214
description: '{{ doc("section_with_name") }}'
214215
- name: subsection_number

0 commit comments

Comments
 (0)