From 152ed1db78e21572317a2972e6eec58adcc49d6f Mon Sep 17 00:00:00 2001 From: Nicolas Dermine Date: Wed, 24 Jan 2018 20:27:44 +0100 Subject: [PATCH] fix typo --- property/align-self/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property/align-self/index.html b/property/align-self/index.html index 0dc04ddd..718aa3f1 100644 --- a/property/align-self/index.html +++ b/property/align-self/index.html @@ -132,7 +132,7 @@

If the container has align-items: center and the target has align-self: baseline, only the target will be at the baseline of the cross axis.

-

By default, this means it will be aligned along the basline of the text.

+

By default, this means it will be aligned along the baseline of the text.