Commit d91c39dd authored by pookey's avatar pookey

fixing typoes

parent 75ccd8cd
......@@ -52,7 +52,7 @@ User:
username:
type: string(255)
password:
type: stirng(255)
type: string(255)
Phonenumber:
columns:
id:
......@@ -128,7 +128,7 @@ User:
username:
type: string(255)
password:
type: stirng(255)
type: string(255)
</code>
++ Attributes
......@@ -147,7 +147,7 @@ User:
username:
type: string(255)
password:
type: stirng(255)
type: string(255)
attributes:
export: none
validate: false
......@@ -169,7 +169,7 @@ User:
username:
type: string(255)
password:
type: stirng(255)
type: string(255)
templates:
MyCustomTemplate
option1: value
......@@ -192,7 +192,7 @@ User:
username:
type: string(255)
password:
type: stirng(255)
type: string(255)
actAs:
Sluggable:
fields: [username]
......@@ -214,7 +214,7 @@ User:
username:
type: string(255)
password:
type: stirng(255)
type: string(255)
options:
type: INNODB
collate: utf8_unicode_ci
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment