Skip to content
Snippets Groups Projects
Unverified Commit 5658fc06 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Fix Typo [ci skip] (#13742)

I'm going over this today in an onboarding tech dive and I'm apparently more OCD than I thought.
parent 89e41503
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ export default class Database extends Base {
return this.name;
}
// SCEMAS
// SCHEMAS
schema(schemaName: ?SchemaName) {
return this.metadata.schema(generateSchemaId(this.id, schemaName));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment