chore: fix typos (#50)
This commit is contained in:
parent
5b55c1b35e
commit
e2eb7a731a
|
@ -41,7 +41,7 @@ impl Rpc {
|
|||
let (handle, addr) = start(rpc_inner).await?;
|
||||
self.handle = Some(handle);
|
||||
|
||||
info!("rpc server strated at {}", addr);
|
||||
info!("rpc server started at {}", addr);
|
||||
|
||||
Ok(addr)
|
||||
}
|
||||
|
|
|
@ -44,5 +44,5 @@ if [[ ":$PATH:" != *":${BIN_DIR}:"* ]]; then
|
|||
echo >> $PROFILE && echo "export PATH=\"\$PATH:$BIN_DIR\"" >> $PROFILE
|
||||
fi
|
||||
|
||||
echo && echo "Detected your preferred shell is ${PREF_SHELL} and added foundryup to PATH. Run 'source ${PROFILE}' or start a new terminal session to use $INSTALLER_NAME."
|
||||
echo && echo "Detected your preferred shell is ${PREF_SHELL} and added ${INSTALLER_NAME} to PATH. Run 'source ${PROFILE}' or start a new terminal session to use $INSTALLER_NAME."
|
||||
echo "Then, simply run '$INSTALLER_NAME' to install $NAME."
|
||||
|
|
Loading…
Reference in New Issue