diff --git a/doc/usage.rst b/doc/usage.rst index 35247dbda5ff..e80e89f54011 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -79,7 +79,7 @@ You can detect and use an installed version of {fmt} as follows:: find_package(fmt) target_link_libraries( fmt::fmt) -Setting up your target to use a header-only version of ``fmt`` is equaly easy:: +Setting up your target to use a header-only version of ``fmt`` is equally easy:: target_link_libraries( PRIVATE fmt-header-only)