From db85bcee5dd9133dccf15dc21927bb361b959672 Mon Sep 17 00:00:00 2001 From: Romain Pouclet Date: Fri, 30 Sep 2016 00:54:58 -0400 Subject: [PATCH] Fix typo on `priority` (#340) --- docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.md b/docs.md index b0c6437..5da00c7 100644 --- a/docs.md +++ b/docs.md @@ -182,7 +182,7 @@ make.left.equalTo(view).offset(UIEdgeInsetsMake(10, 0, 10, 0)) ### Learn to prioritize -> `.prority` allows you to specify an exact priority +> `.priority` allows you to specify an exact priority Priorities are can be tacked on to the end of a constraint chain like so: