Container Startup Sequence

Hello, i would like to ask if containers are started in the order they are written in a statefulset manifest file?

“Then the kubelet runs the Pod’s init containers in the order they appear in the Pod’s spec.”
(Init Containers | Kubernetes)
Is this true for non-init containers?