We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1792c6c commit 1a0884dCopy full SHA for 1a0884d
src/utils/yaml.js
@@ -214,7 +214,7 @@ export const readFileType = new yaml.Type("!readFile", {
214
});
215
216
/**
217
- * !join YAML tag for joining strings.
+ * !concatString YAML tag for concatenating strings.
218
* See the tests for example usage.
219
*/
220
export const concatStringType = new yaml.Type("!concatString", {
0 commit comments