We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f0b0a commit 3d544cbCopy full SHA for 3d544cb
1 file changed
packages/angular_devkit/core/src/json/schema/registry.ts
@@ -224,7 +224,7 @@ export class CoreSchemaRegistry implements SchemaRegistry {
224
* See: https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.appendix.B.2
225
*
226
* @param schema The schema or URI to flatten.
227
- * @returns An Observable of the flattened schema object.
+ * @return An Observable of the flattened schema object.
228
* @private since 11.2 without replacement.
229
*/
230
async ɵflatten(schema: JsonObject): Promise<JsonObject> {
0 commit comments