How to enqueue stylesheets in child-theme functions.php?

get_template_directory_uri always refers to the parent theme. get_stylesheet_directory_uri refers to the currently active theme, which in this case is the child theme.

error code: 523