summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-15 10:34:41 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-15 14:50:40 +0200
commit0f8251e7617a9b6a81edc180acef61fd3173b15c (patch)
treec83403608db4b524dab44026e5f6508e731d7ea5
parent5059c15d060a5fab68d1a7a9aa2fd39646540fdb (diff)
downloadgitlab-ce-0f8251e7617a9b6a81edc180acef61fd3173b15c.tar.gz
Fix typo in notebook props
-rw-r--r--app/assets/javascripts/notebook/cells/output/index.vue2
-rw-r--r--changelogs/unreleased/gt-fix-typo-in-notebook-props.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/javascripts/notebook/cells/output/index.vue b/app/assets/javascripts/notebook/cells/output/index.vue
index d9f8604ed10..bd0bcc0d819 100644
--- a/app/assets/javascripts/notebook/cells/output/index.vue
+++ b/app/assets/javascripts/notebook/cells/output/index.vue
@@ -22,7 +22,7 @@ export default {
},
output: {
type: Object,
- requred: true,
+ required: true,
default: () => ({}),
},
},
diff --git a/changelogs/unreleased/gt-fix-typo-in-notebook-props.yml b/changelogs/unreleased/gt-fix-typo-in-notebook-props.yml
new file mode 100644
index 00000000000..60603905a2d
--- /dev/null
+++ b/changelogs/unreleased/gt-fix-typo-in-notebook-props.yml
@@ -0,0 +1,5 @@
+---
+title: Fix typo in notebook props
+merge_request: 23103
+author: George Tsiolis
+type: other